License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Riptide Net HTTP Clients |
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdriptide-bom |
Last Version | Last Version3.2.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRiptide: Bill of Materials
Client side response routing
|
Project Organization |
Project OrganizationZalando SE |
Filename | Size |
---|---|
riptide-bom-3.2.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando/riptide-bom/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-bom</artifactId>
<version>3.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/riptide-bom/
implementation 'org.zalando:riptide-bom:3.2.2'
// https://jarcasting.com/artifacts/org.zalando/riptide-bom/
implementation ("org.zalando:riptide-bom:3.2.2")
'org.zalando:riptide-bom:pom:3.2.2'
<dependency org="org.zalando" name="riptide-bom" rev="3.2.2">
<artifact name="riptide-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='riptide-bom', version='3.2.2')
)
libraryDependencies += "org.zalando" % "riptide-bom" % "3.2.2"
[org.zalando/riptide-bom "3.2.2"]