Download clojurescript-0.0-1586.jar file - Jar c

Jar examples for c:clojurescript

Description

ClojureScript compiler and core runtime library.

You can download jar file clojurescript 0.0-1586 in this page.

License

Eclipse Public License 1.0

Build File

You can use the following script to add clojurescript-0.0-1586.jar to your project.

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

Download

Click the following link to download the jar file.

clojurescript-0.0-1586.jar
clojurescript-0.0-1586.pom



Related Tutorials