<dependency>
<groupId>com.aol.simplereact</groupId>
<artifactId>cyclops-react</artifactId>
<version>2.0.0-FINAL</version>
</dependency>
@Grapes(
@Grab(group='com.aol.simplereact', module='cyclops-react', version='2.0.0-FINAL')
)
compile
|-- org.pcollections:pcollections:2.1.2
|-- org.reactivestreams:reactive-streams:1.0.0
test
|-- junit:junit:4.12
|-- com.github.stefanbirkner:system-rules:1.10.0
|-- com.google.guava:guava-testlib:19.0
|-- com.google.guava:guava:19.0
|-- org.hamcrest:hamcrest-all:1.3
|-- io.projectreactor:reactor-core:3.0.7.RELEASE
|-- io.javaslang:javaslang:2.0.2