Created
January 23, 2014 21:40
-
-
Save stuartsierra/8587363 to your computer and use it in GitHub Desktop.
Seed Maven Cache for Clojure Projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; Seed Dependencies for Clojure Projects | |
;; This file contains Leiningen-style dependencies for many | |
;; commonly-used Clojure and Java libraries. | |
;; If you put all of these dependencies in a project.clj file, you | |
;; will NOT get a working project! However, running `lein deps` will | |
;; download all of these libraries as well as their transitive | |
;; dependencies. This is a convenient way to "seed" the local Maven | |
;; repository cache on a new machine. | |
;; Clojure and contrib library releases | |
[org.clojure/algo.generic "0.1.1"] | |
[org.clojure/algo.monads "0.1.4"] | |
[org.clojure/clojure "1.5.1"] | |
[org.clojure/clojure-contrib "1.2.0"] | |
[org.clojure/clojurescript "0.0-2138"] | |
[org.clojure/core.async "0.1.267.0-0d7780-alpha"] | |
[org.clojure/core.cache "0.6.3"] | |
[org.clojure/core.contracts "0.0.5"] | |
[org.clojure/core.incubator "0.1.3"] | |
[org.clojure/core.logic "0.8.5"] | |
[org.clojure/core.match "0.2.1"] | |
[org.clojure/core.memoize "0.5.6"] | |
[org.clojure/core.rrb-vector "0.0.10"] | |
[org.clojure/core.typed "0.2.22"] | |
[org.clojure/core.unify "0.5.6"] | |
[org.clojure/data.avl "0.0.11"] | |
[org.clojure/data.codec "0.1.0"] | |
[org.clojure/data.csv "0.1.2"] | |
[org.clojure/data.finger-tree "0.0.1"] | |
[org.clojure/data.fressian "0.2.0"] | |
[org.clojure/data.generators "0.1.2"] | |
[org.clojure/data.json "0.2.4"] | |
[org.clojure/data.priority-map "0.0.4"] | |
[org.clojure/data.xml "0.0.7"] | |
[org.clojure/data.zip "0.1.1"] | |
[org.clojure/google-closure-library "0.0-20130212-95c19e7f0f5f"] | |
[org.clojure/google-closure-library-third-party "0.0-20130212-95c19e7f0f5f"] | |
[org.clojure/java.classpath "0.2.2"] | |
[org.clojure/java.data "0.1.1"] | |
[org.clojure/java.jdbc "0.3.2"] | |
[org.clojure/java.jmx "0.2.0"] | |
[org.clojure/jvm.tools.analyzer "0.6.0"] | |
[org.clojure/math.combinatorics "0.0.7"] | |
[org.clojure/math.numeric-tower "0.0.4"] | |
[org.clojure/test.generative "0.5.1"] | |
[org.clojure/tools.analyzer "0.1.0-alpha2"] | |
[org.clojure/tools.analyzer.jvm "0.1.0-alpha2"] | |
[org.clojure/tools.cli "0.3.1"] | |
[org.clojure/tools.logging "0.2.6"] | |
[org.clojure/tools.macro "0.1.5"] | |
[org.clojure/tools.namespace "0.2.4"] | |
[org.clojure/tools.nrepl "0.2.3"] | |
[org.clojure/tools.reader "0.8.3"] | |
[org.clojure/tools.trace "0.7.6"] | |
;; Datomic releases | |
[com.datomic/datomic-free "0.9.4384"] | |
[com.datomic/simulant "0.1.6"] | |
[org.fressian/fressian "0.6.5"] | |
;; Apache Commons | |
[commons-logging "1.1.3"] | |
[commons-codec "1.9"] | |
[commons-io "2.4"] | |
[commons-lang "2.6"] | |
[commons-collections "3.2.1"] | |
;; SLF4J, Logback, and Log4j | |
[ch.qos.logback/logback-classic "1.0.13"] | |
[log4j "1.2.17"] | |
[org.slf4j/jcl-over-slf4j "1.7.5"] | |
[org.slf4j/jul-to-slf4j "1.7.5"] | |
[org.slf4j/log4j-over-slf4j "1.7.5"] | |
[org.slf4j/osgi-over-slf4j "1.7.5"] | |
[org.slf4j/slf4j-api "1.7.5"] | |
[org.slf4j/slf4j-ext "1.7.5"] | |
[org.slf4j/slf4j-jcl "1.7.5"] | |
[org.slf4j/slf4j-jdk14 "1.7.5"] | |
[org.slf4j/slf4j-log4j12 "1.7.5"] | |
[org.slf4j/slf4j-nop "1.7.5"] | |
[org.slf4j/slf4j-simple "1.7.5"] | |
;; Miscellaneous popular libraries adapted from | |
;; http://adereth.github.io/blog/2014/01/20/every-project-dot-clj/ | |
[aleph "0.3.1"] | |
[cheshire "5.3.1"] | |
[clj-http "0.7.8"] | |
[clj-time "0.6.0"] | |
[com.novemberain/monger "1.7.0"] | |
[com.taoensso/timbre "2.7.1"] | |
[compojure "1.1.6"] | |
[congomongo "0.4.1"] | |
[enlive "1.1.5"] | |
[environ "0.4.0"] | |
[hiccup "1.0.4"] | |
[http-kit "2.1.14"] | |
[incanter "1.5.4"] | |
[korma "0.2.0"] | |
[lib-noir "0.7.9"] | |
[midje "1.6.0"] | |
[mysql/mysql-connector-java "5.1.28"] | |
[noir "1.3.0"] | |
[overtone "0.9.1"] | |
[postgresql/postgresql "9.1-901-1.jdbc4"] | |
[quil "1.6.0"] | |
[ring "1.2.1"] | |
[ring/ring-json "0.2.0"] | |
[seesaw "1.4.4"] | |
[slingshot "0.10.3"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment