<dependency> <groupId>com.aol.cyclops</groupId> <artifactId>cyclops-rx</artifactId> <version>8.0.1</version> </dependency>
implementation 'com.aol.cyclops:cyclops-rx:8.0.1'
implementation("com.aol.cyclops:cyclops-rx:8.0.1")
libraryDependencies += "com.aol.cyclops" % "cyclops-rx" % "8.0.1"
@Grapes( @Grab(group='com.aol.cyclops', module='cyclops-rx', version='8.0.1') )
<dependency org="com.aol.cyclops" name="cyclops-rx" rev="8.0.1" />
[com.aol.cyclops/cyclops-rx "8.0.1"]
'com.aol.cyclops:cyclops-rx:jar:8.0.1'
compile
|-- com.aol.simplereact:cyclops-react:1.0.0-RC4
|-- io.reactivex:rxjava:1.1.3
|-- io.reactivex:rxjava-reactive-streams:1.0.1
test
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-all:1.3
|-- org.assertj:assertj-core:3.2.0
|-- commons-io:commons-io:2.4
|-- org.reactivestreams:reactive-streams-tck:1.0.0
|-- org.mockito:mockito-all:1.9.5