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