<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-reactive-streams</artifactId>
<version>4.28</version>
</dependency>
@Grapes(
@Grab(group='de.ruedigermoeller', module='kontraktor-reactive-streams', version='4.28')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- de.ruedigermoeller:kontraktor:4.28
|-- org.reactivestreams:reactive-streams:1.0.0
test
|-- de.ruedigermoeller:kontraktor-http:4.28
|-- org.reactivestreams:reactive-streams-tck:1.0.0
|-- io.reactivex:rxjava-reactive-streams:1.0.1
|-- com.typesafe.akka:akka-stream-experimental_2.11:1.0-RC4
|-- junit:junit:4.12