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