Download spec.alpha-0.1.94.jar file - Jar s

Jar examples for s:spec

Description

Specification of data and functions

You can download jar file spec.alpha 0.1.94 in this page.

License

Eclipse Public License 1.0

Build File

You can use the following script to add spec.alpha-0.1.94.jar to your project.

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

Download

Click the following link to download the jar file.

spec.alpha-0.1.94-sources.jar
spec.alpha-0.1.94.jar
spec.alpha-0.1.94.pom



Related Tutorials