Lawrence Krubner <[email protected]> writes: >> lein-localrepo helps with installing jar files into the >> local maven repository > > But they give examples like this: > > lein localrepo install foo-1.0.6.jar com.example/foo 1.0.6 > > If I had that info I probably would not need to ask any questions > here.
I'm using lein localrepo to install a jar file with a completely made up version and group id. you just need to use the same values in project.clj. -- Cheers Ralf -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
