Download cljs-0.1.0.jar file - Jar c

Jar examples for c:cljs

Description

ClojureScript in a jar. Note that the release numbers are unofficial.

You can download jar file cljs 0.1.0 in this page.

Build File

You can use the following script to add cljs-0.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

cljs-0.1.0-sources.jar
cljs-0.1.0.jar
cljs-0.1.0.pom



Related Tutorials