I'm working on a project that uses leiningen, and I'd like to add dictim as a dependency. Unfortunately I can't find a good way of doing this, as leiningen expects to download the jar file from a maven repository.
Would you consider publishing a jar to clojars? Or document some other way to use this library from leiningen?
I've had a look at doing this, and although it's a bit fiddly with tools.deps it should be possible using deps-deploy
I'm working on a project that uses leiningen, and I'd like to add dictim as a dependency. Unfortunately I can't find a good way of doing this, as leiningen expects to download the jar file from a maven repository.
Would you consider publishing a jar to clojars? Or document some other way to use this library from leiningen?
I've had a look at doing this, and although it's a bit fiddly with
tools.depsit should be possible using deps-deploy