The core.unify releases and snapshots are stored in the following repositories:
You can use core.unify in your [Leiningen](https://github.com/technomancy/leiningen) projects with the following:dependenciesdirective in yourproject.clj` file:
[org.clojure/core.unify "0.5.6"]
For Maven-driven projects, use the following slice of XML in your pom.xml's <dependencies> section:
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.unify</artifactId>
<version>0.5.6</version>
</dependency>
Enjoy!
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |