r

riptide-spring-boot-autoconfigure

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

|-- 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-starter:4.1.0

|-- 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

|-- com.github.rest-driver:rest-client-driver

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

|-- javax.xml.bind:jaxb-api:2.3.1

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