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