<dependency> <groupId>org.zalando</groupId> <artifactId>riptide-httpclient</artifactId> <version>2.8.1</version> </dependency>
implementation 'org.zalando:riptide-httpclient:2.8.1'
implementation("org.zalando:riptide-httpclient:2.8.1")
libraryDependencies += "org.zalando" % "riptide-httpclient" % "2.8.1"
@Grapes( @Grab(group='org.zalando', module='riptide-httpclient', version='2.8.1') )
<dependency org="org.zalando" name="riptide-httpclient" rev="2.8.1" />
[org.zalando/riptide-httpclient "2.8.1"]
'org.zalando:riptide-httpclient:jar:2.8.1'
<parent> <groupId>org.zalando</groupId> <artifactId>riptide-parent</artifactId> <version>2.8.1</version> </parent>
compile
|-- org.springframework:spring-web
|-- org.apache.httpcomponents:httpclient:4.5.5
|-- org.springframework:spring-test
|-- com.github.rest-driver:rest-client-driver
test
|-- org.zalando:riptide-core
|-- org.zalando:riptide-capture