Clojars is an easy to use community repository for open source Clojure libraries.

To get started pushing your own project register and then check out the tutorial. Alternatively, browse the repository.

Deploy with Leiningen

$ lein deploy clojars

Deploy with Clojure CLI (using deps-deploy)

$ clojure -X:deps mvn-pom
$ clojure -X:deploy

Maven Repository (running a mirror?)

<repository>
  <id>clojars.org</id>
  <url>https://repo.clojars.org</url>
</repository>

Recently pushed projects