Files download
File Operation
cyclops-clojure-9.0.0-MI3.jar download
cyclops-clojure-9.0.0-MI3.pom download
cyclops-clojure-9.0.0-MI3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aol.cyclops</groupId>
  <artifactId>cyclops-clojure</artifactId>
  <version>9.0.0-MI3</version>
</dependency>
Gradle Groovy
implementation 'com.aol.cyclops:cyclops-clojure:9.0.0-MI3'
Gradle Kotlin
implementation("com.aol.cyclops:cyclops-clojure:9.0.0-MI3")
Scala SBT
libraryDependencies += "com.aol.cyclops" % "cyclops-clojure" % "9.0.0-MI3"
Groovy Grape
@Grapes(
  @Grab(group='com.aol.cyclops', module='cyclops-clojure', version='9.0.0-MI3')
)
Apache Ivy
<dependency org="com.aol.cyclops" name="cyclops-clojure" rev="9.0.0-MI3" />
Leiningen
[com.aol.cyclops/cyclops-clojure "9.0.0-MI3"]
Apache Buildr
'com.aol.cyclops:cyclops-clojure:jar:9.0.0-MI3'