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