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