I have a Clojure utility jar file made from lein project with lein jar
.
How can I use the jar file in the other lein project? I found clojars, but I just want to use the jar file as dependencies.
Asked
Active
Viewed 29 times
1

prosseek
- 182,215
- 215
- 566
- 871
-
There is a answer to using local *.jar files here: http://stackoverflow.com/a/33833148/1822379 – Alan Thompson Nov 20 '15 at 18:01