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