I want to use goose(https://github.com/jiminoc/goose) in a Clojure project and found a StackOverflow answer that pointed me to lein-localrepo. However, I couldn't figure out how to use it.
I did: lein localrepo install ../goose/target/goose-2.1.19.jar goose/goose 2.1.19 And lein locallrepo list does show goose, but I don't know how to use it inside the repository. `lein deps` gives me nothing, and I'm not sure how to require goose into the REPL or my core.clj. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en