Jar examples for c:clojure
Clojure core environment and runtime library.
You can download jar file clojure 1.7.0-RC2 in this page.
Eclipse Public License 1.0
You can use the following script to add clojure-1.7.0-RC2.jar to your project.
<dependency> <groupId>org.clojure</groupId> <artifactId>clojure</artifactId> <version>1.7.0-RC2</version> </dependency>
compile group: 'org.clojure', name: 'clojure', version: '1.7.0-RC2'
libraryDependencies += "org.clojure" % "clojure" % "1.7.0-RC2"
<dependency org="org.clojure" name="clojure" rev="1.7.0-RC2"/>
@Grapes(@Grab(group='org.clojure', module='clojure', version='1.7.0-RC2'))
'org.clojure:clojure:jar:1.7.0-RC2'
Click the following link to download the jar file.
clojure-1.7.0-RC2.jar