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