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