c

cyclops-rx2-integration

Cyclops integration with RxJava 2
https://github.com/oath/cyclops
The MIT License (MIT)
John McClean
Files download
File Operation
cyclops-rx2-integration-10.4.0.jar download
cyclops-rx2-integration-10.4.0.pom download
cyclops-rx2-integration-10.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oath.cyclops</groupId>
  <artifactId>cyclops-rx2-integration</artifactId>
  <version>10.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.oath.cyclops:cyclops-rx2-integration:10.4.0'
Gradle Kotlin
implementation("com.oath.cyclops:cyclops-rx2-integration:10.4.0")
Scala SBT
libraryDependencies += "com.oath.cyclops" % "cyclops-rx2-integration" % "10.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.oath.cyclops', module='cyclops-rx2-integration', version='10.4.0')
)
Apache Ivy
<dependency org="com.oath.cyclops" name="cyclops-rx2-integration" rev="10.4.0" />
Leiningen
[com.oath.cyclops/cyclops-rx2-integration "10.4.0"]
Apache Buildr
'com.oath.cyclops:cyclops-rx2-integration:jar:10.4.0'