Categories |
CategoriesIDE Development Tools Riptide Net HTTP Clients |
---|---|
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdriptide-timeout |
Version | Version2.9.0-RC.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.zalando/riptide-timeout/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-timeout</artifactId>
<version>2.9.0-RC.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/riptide-timeout/
implementation 'org.zalando:riptide-timeout:2.9.0-RC.4'
// https://jarcasting.com/artifacts/org.zalando/riptide-timeout/
implementation ("org.zalando:riptide-timeout:2.9.0-RC.4")
'org.zalando:riptide-timeout:jar:2.9.0-RC.4'
<dependency org="org.zalando" name="riptide-timeout" rev="2.9.0-RC.4">
<artifact name="riptide-timeout" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='riptide-timeout', version='2.9.0-RC.4')
)
libraryDependencies += "org.zalando" % "riptide-timeout" % "2.9.0-RC.4"
[org.zalando/riptide-timeout "2.9.0-RC.4"]