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