Welcome! Please see the About page for a little more info on how this works.

0 votes
in Tools by

As tools.deps gains traction, there are some libraries that are only available via git, eg cognitect-labs/test-runner.

In some corporate environments without git (or general internet) access, where dependencies are acquired via tools like artifactory (for maven, npm etc), such libraries are troublesome to use.

In such cases, what would your recommended approach be?

  • find another library
  • publish the library to maven either by yourself or asking the maintainers
  • copy the source into your own source
  • fork it into an internal (intranet) git repo and use that as a dependency

1 Answer

+2 votes
by

Another option: clone it to a local corporate drive and then depend on it via :local/root.

...