c

cyclops-rx-integration

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