r

riptide-spring-boot-autoconfigure

Client side response routing
Files download
File Operation
riptide-spring-boot-autoconfigure-4.0.0.jar download
riptide-spring-boot-autoconfigure-4.0.0.pom download
riptide-spring-boot-autoconfigure-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.zalando</groupId>
  <artifactId>riptide-spring-boot-autoconfigure</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.zalando:riptide-spring-boot-autoconfigure:4.0.0'
Gradle Kotlin
implementation("org.zalando:riptide-spring-boot-autoconfigure:4.0.0")
Scala SBT
libraryDependencies += "org.zalando" % "riptide-spring-boot-autoconfigure" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.zalando', module='riptide-spring-boot-autoconfigure', version='4.0.0')
)
Apache Ivy
<dependency org="org.zalando" name="riptide-spring-boot-autoconfigure" rev="4.0.0" />
Leiningen
[org.zalando/riptide-spring-boot-autoconfigure "4.0.0"]
Apache Buildr
'org.zalando:riptide-spring-boot-autoconfigure:jar:4.0.0'
Dependencies
<parent>
  <groupId>org.zalando</groupId>
  <artifactId>riptide-parent</artifactId>
  <version>4.0.0</version>
</parent>

compile

|-- org.zalando:faux-pas

|-- com.google.guava:guava

|-- org.springframework.boot:spring-boot-autoconfigure

|-- org.springframework.boot:spring-boot-configuration-processor

|-- org.zalando:riptide-auth

|-- org.zalando:riptide-capture

|-- org.zalando:riptide-chaos

|-- org.zalando:riptide-compatibility

|-- org.zalando:riptide-compression

|-- org.zalando:riptide-concurrent

|-- org.zalando:riptide-core

|-- org.zalando:riptide-failsafe

|-- org.zalando:riptide-faults

|-- org.zalando:riptide-httpclient

|-- org.apache.httpcomponents.client5:httpclient5

|-- org.apache.httpcomponents.client5:httpclient5-cache

|-- org.zalando:riptide-logbook

|-- org.zalando:riptide-micrometer

|-- org.zalando:riptide-opentracing

|-- org.zalando:riptide-opentelemetry

|-- io.opentracing.contrib:opentracing-concurrent:0.4.0

|-- org.zalando:riptide-soap

|-- org.zalando:riptide-stream

|-- org.zalando:opentracing-flowid:4.2.4

|-- org.zalando:logbook-spring-boot-autoconfigure

|-- com.fasterxml.jackson.core:jackson-core

|-- com.fasterxml.jackson.core:jackson-databind

|-- org.springframework.boot:spring-boot-starter-actuator

|-- jakarta.xml.ws:jakarta.xml.ws-api

provided

|-- org.springframework.boot:spring-boot-starter-test

|-- org.springframework:spring-test

test

|-- org.springframework.boot:spring-boot-starter

|-- org.springframework.boot:spring-boot-starter-web

|-- com.squareup.okhttp3:mockwebserver

|-- io.opentracing:opentracing-mock:0.33.0