<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-httpclient</artifactId>
<version>4.0.0-RC.0</version>
</dependency>
@Grapes(
@Grab(group='org.zalando', module='riptide-httpclient', version='4.0.0-RC.0')
)
<parent> <groupId>org.zalando</groupId> <artifactId>riptide-parent</artifactId> <version>4.0.0-RC.0</version> </parent>
compile
|-- io.micrometer:micrometer-core
|-- org.springframework:spring-web
|-- org.apache.httpcomponents.client5:httpclient5
|-- org.springframework:spring-test
test