文件下载
文件名 操作
cyclops-reactive-collections-10.2.0.jar 下载
cyclops-reactive-collections-10.2.0.pom 下载
cyclops-reactive-collections-10.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.oath.cyclops</groupId>
  <artifactId>cyclops-reactive-collections</artifactId>
  <version>10.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.oath.cyclops:cyclops-reactive-collections:10.2.0'
Gradle Kotlin
implementation("com.oath.cyclops:cyclops-reactive-collections:10.2.0")
Scala SBT
libraryDependencies += "com.oath.cyclops" % "cyclops-reactive-collections" % "10.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.oath.cyclops', module='cyclops-reactive-collections', version='10.2.0')
)
Apache Ivy
<dependency org="com.oath.cyclops" name="cyclops-reactive-collections" rev="10.2.0" />
Leiningen
[com.oath.cyclops/cyclops-reactive-collections "10.2.0"]
Apache Buildr
'com.oath.cyclops:cyclops-reactive-collections:jar:10.2.0'