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