Categories |
CategoriesIDE Development Tools Spring Boot Container Microservices Riptide Net HTTP Clients |
---|---|
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdriptide-spring-boot-starter |
Version | Version2.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.zalando/riptide-spring-boot-starter/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-spring-boot-starter</artifactId>
<version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/riptide-spring-boot-starter/
implementation 'org.zalando:riptide-spring-boot-starter:2.10.0'
// https://jarcasting.com/artifacts/org.zalando/riptide-spring-boot-starter/
implementation ("org.zalando:riptide-spring-boot-starter:2.10.0")
'org.zalando:riptide-spring-boot-starter:jar:2.10.0'
<dependency org="org.zalando" name="riptide-spring-boot-starter" rev="2.10.0">
<artifact name="riptide-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='riptide-spring-boot-starter', version='2.10.0')
)
libraryDependencies += "org.zalando" % "riptide-spring-boot-starter" % "2.10.0"
[org.zalando/riptide-spring-boot-starter "2.10.0"]