is not current version
Last Version 3.2.2

org.zalando:riptide 3.2.1

Client side response routing

Categories

Categories

IDE Development Tools Riptide Net HTTP Clients
GroupId

GroupId

org.zalando
ArtifactId

ArtifactId

riptide
Version

Version

3.2.1
Type

Type

pom

Download riptide 3.2.1

Filename Size
riptide-3.2.1.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/org.zalando/riptide/ -->
<dependency>
    <groupId>org.zalando</groupId>
    <artifactId>riptide</artifactId>
    <version>3.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/riptide/
implementation 'org.zalando:riptide:3.2.1'
// https://jarcasting.com/artifacts/org.zalando/riptide/
implementation ("org.zalando:riptide:3.2.1")
'org.zalando:riptide:pom:3.2.1'
<dependency org="org.zalando" name="riptide" rev="3.2.1">
  <artifact name="riptide" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='riptide', version='3.2.1')
)
libraryDependencies += "org.zalando" % "riptide" % "3.2.1"
[org.zalando/riptide "3.2.1"]