<dependency>
<groupId>com.jakewharton.retrofit</groupId>
<artifactId>retrofit2-reactor-adapter</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.jakewharton.retrofit', module='retrofit2-reactor-adapter', version='1.0.0')
)
<dependency org="com.jakewharton.retrofit" name="retrofit2-reactor-adapter" rev="1.0.0" />
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.squareup.retrofit2:retrofit:2.1.0
|-- io.projectreactor:reactor-core:3.0.2.RELEASE
test
|-- junit:junit:4.12
|-- com.squareup.okhttp3:mockwebserver:3.4.1