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