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