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