clojure - Installing libraries with leiningen without creating project -


i learning clojure , coming ruby background.

i looking analogous gem install <library>. various incantations of lein install not seem fit bill.

is there way install library locally can referenced in repl without need create project?

seems like, want install library lein. here plugin, install , use like

 lein localrepo install <filename> <[groupid/]artifactid> <version> 

Comments