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