Download core.unify-0.5.3.jar file - Jar c

Jar examples for c:core.unify

Description

A unification library for Clojure

You can download jar file core.unify 0.5.3 in this page.

License

Eclipse Public License 1.0

Build File

You can use the following script to add core.unify-0.5.3.jar to your project.

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

Download

Click the following link to download the jar file.

core.unify-0.5.3-sources.jar
core.unify-0.5.3.jar
core.unify-0.5.3.pom



Related Tutorials