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