<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>rxjava-extras</artifactId>
<version>0.6.6</version>
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='rxjava-extras', version='0.6.6')
)
<parent> <groupId>com.github.davidmoten</groupId> <artifactId>sonatype-parent</artifactId> <version>0.1</version> </parent>
compile
|-- io.reactivex:rxjava:1.0.14
|-- junit:junit:4.12
|-- com.esotericsoftware:kryo:3.0.3
test
|-- com.github.davidmoten:rxjava-slf4j:0.5.4
|-- org.slf4j:slf4j-log4j12:1.7.12
|-- org.openjdk.jmh:jmh-core:1.11.1