<dependency> <groupId>com.aol.cyclops</groupId> <artifactId>cyclops-dexx</artifactId> <version>9.0.0-MI4</version> </dependency>
implementation 'com.aol.cyclops:cyclops-dexx:9.0.0-MI4'
implementation("com.aol.cyclops:cyclops-dexx:9.0.0-MI4")
libraryDependencies += "com.aol.cyclops" % "cyclops-dexx" % "9.0.0-MI4"
@Grapes( @Grab(group='com.aol.cyclops', module='cyclops-dexx', version='9.0.0-MI4') )
<dependency org="com.aol.cyclops" name="cyclops-dexx" rev="9.0.0-MI4" />
[com.aol.cyclops/cyclops-dexx "9.0.0-MI4"]
'com.aol.cyclops:cyclops-dexx:jar:9.0.0-MI4'
compile
|-- com.aol.simplereact:cyclops-react:2.0.0-RC8
|-- com.github.andrewoma.dexx:collection:0.6
test
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-all:1.3
|-- commons-io:commons-io:2.4
|-- com.aol.cyclops:cyclops-reactor:9.0.0-MI4
|-- org.mockito:mockito-all:1.9.5