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