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