MVN

org.zalando : riptide-spring-boot-autoconfigure

Maven & Gradle

Jul 03, 2023
4 usages
252 stars

Riptide: Spring Boot Auto Configuration · Client side response routing

<dependency>
    <groupId>org.zalando</groupId>
    <artifactId>riptide-spring-boot-autoconfigure</artifactId>
    <version>3.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.zalando : riptide-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.0
  • Latest Release Candidate: 4.0.0-RC.1

All Versions

Choose a version of org.zalando : riptide-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
riptide-spring-boot-autoconfigure-4.0.0-RC.1
riptide-spring-boot-autoconfigure-4.0.0-RC.0
3.4.x
riptide-spring-boot-autoconfigure-3.4.0
3.3.x
riptide-spring-boot-autoconfigure-3.3.0
3.2.x
riptide-spring-boot-autoconfigure-3.2.2
riptide-spring-boot-autoconfigure-3.2.1
riptide-spring-boot-autoconfigure-3.2.0
3.1.x
riptide-spring-boot-autoconfigure-3.1.2
riptide-spring-boot-autoconfigure-3.1.1
riptide-spring-boot-autoconfigure-3.1.0
3.0.x
riptide-spring-boot-autoconfigure-3.0.0
riptide-spring-boot-autoconfigure-3.0.0-RC.16
riptide-spring-boot-autoconfigure-3.0.0-RC.15
riptide-spring-boot-autoconfigure-3.0.0-RC.14
riptide-spring-boot-autoconfigure-3.0.0-RC.13
riptide-spring-boot-autoconfigure-3.0.0-RC.12
riptide-spring-boot-autoconfigure-3.0.0-RC.11
riptide-spring-boot-autoconfigure-3.0.0-RC.10
riptide-spring-boot-autoconfigure-3.0.0-RC.9
riptide-spring-boot-autoconfigure-3.0.0-RC.8
riptide-spring-boot-autoconfigure-3.0.0-RC.7
riptide-spring-boot-autoconfigure-3.0.0-RC.6
riptide-spring-boot-autoconfigure-3.0.0-RC.5
riptide-spring-boot-autoconfigure-3.0.0-RC.4
riptide-spring-boot-autoconfigure-3.0.0-RC.3
riptide-spring-boot-autoconfigure-3.0.0-RC.2
riptide-spring-boot-autoconfigure-3.0.0-RC.1
riptide-spring-boot-autoconfigure-3.0.0-RC.0

How to add a dependency to Maven

Add the following org.zalando : riptide-spring-boot-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.zalando</groupId>
    <artifactId>riptide-spring-boot-autoconfigure</artifactId>
    <version>3.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.zalando : riptide-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'org.zalando:riptide-spring-boot-autoconfigure:3.4.0'

Gradle Kotlin DSL: Add the following org.zalando : riptide-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("org.zalando:riptide-spring-boot-autoconfigure:3.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.zalando : riptide-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "org.zalando" % "riptide-spring-boot-autoconfigure" % "3.4.0"