Categories |
CategoriesIDE Development Tools Riptide Net HTTP Clients |
---|---|
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdriptide-parent |
Version | Version2.6.0-RC8 |
Type | Typepom |
Filename | Size |
---|---|
riptide-parent-2.6.0-RC8.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando/riptide-parent/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>2.6.0-RC8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/riptide-parent/
implementation 'org.zalando:riptide-parent:2.6.0-RC8'
// https://jarcasting.com/artifacts/org.zalando/riptide-parent/
implementation ("org.zalando:riptide-parent:2.6.0-RC8")
'org.zalando:riptide-parent:pom:2.6.0-RC8'
<dependency org="org.zalando" name="riptide-parent" rev="2.6.0-RC8">
<artifact name="riptide-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='riptide-parent', version='2.6.0-RC8')
)
libraryDependencies += "org.zalando" % "riptide-parent" % "2.6.0-RC8"
[org.zalando/riptide-parent "2.6.0-RC8"]