Download clojure-1.7.0.jar file - Jar c

Jar examples for c:clojure

Description

Clojure core environment and runtime library.

You can download jar file clojure 1.7.0 in this page.

License

Eclipse Public License 1.0

Build File

You can use the following script to add clojure-1.7.0.jar to your project.

<dependency>
   <groupId>org.clojure</groupId>
   <artifactId>clojure</artifactId>
   <version>1.7.0</version>
</dependency>
compile group: 'org.clojure', name: 'clojure', version: '1.7.0'
libraryDependencies += "org.clojure" % "clojure" % "1.7.0"
<dependency org="org.clojure" name="clojure" rev="1.7.0"/>
@Grapes(@Grab(group='org.clojure', module='clojure', version='1.7.0'))
'org.clojure:clojure:jar:1.7.0'

Download

Click the following link to download the jar file.

clojure-1.7.0-javadoc.jar
clojure-1.7.0-slim.jar
clojure-1.7.0-sources.jar
clojure-1.7.0.jar
clojure-1.7.0.pom



Related Tutorials