MVN

org.springframework.cloud : spring-cloud-open-service-broker-autoconfigure

Maven & Gradle

Apr 14, 2023
3 usages
160 stars

Spring Cloud Open Service Broker Auto-Configuration · Spring Cloud Open Service Broker Auto-Configuration

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-open-service-broker-autoconfigure</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.cloud : spring-cloud-open-service-broker-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of org.springframework.cloud : spring-cloud-open-service-broker-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
spring-cloud-open-service-broker-autoconfigure-4.0.0
3.6.x
spring-cloud-open-service-broker-autoconfigure-3.6.1
spring-cloud-open-service-broker-autoconfigure-3.6.0
3.5.x
spring-cloud-open-service-broker-autoconfigure-3.5.4
spring-cloud-open-service-broker-autoconfigure-3.5.3
spring-cloud-open-service-broker-autoconfigure-3.5.2
spring-cloud-open-service-broker-autoconfigure-3.5.1
spring-cloud-open-service-broker-autoconfigure-3.5.0
3.4.x
spring-cloud-open-service-broker-autoconfigure-3.4.2
spring-cloud-open-service-broker-autoconfigure-3.4.1
spring-cloud-open-service-broker-autoconfigure-3.4.0
3.3.x
spring-cloud-open-service-broker-autoconfigure-3.3.2
spring-cloud-open-service-broker-autoconfigure-3.3.1
spring-cloud-open-service-broker-autoconfigure-3.3.0
3.2.x
spring-cloud-open-service-broker-autoconfigure-3.2.0
3.1.x
spring-cloud-open-service-broker-autoconfigure-3.1.2.RELEASE
spring-cloud-open-service-broker-autoconfigure-3.1.1.RELEASE
spring-cloud-open-service-broker-autoconfigure-3.1.0.RELEASE
3.0.x
spring-cloud-open-service-broker-autoconfigure-3.0.4.RELEASE
spring-cloud-open-service-broker-autoconfigure-3.0.3.RELEASE
spring-cloud-open-service-broker-autoconfigure-3.0.2.RELEASE
spring-cloud-open-service-broker-autoconfigure-3.0.1.RELEASE
spring-cloud-open-service-broker-autoconfigure-3.0.0.RELEASE
2.1.x
spring-cloud-open-service-broker-autoconfigure-2.1.3.RELEASE
spring-cloud-open-service-broker-autoconfigure-2.1.2.RELEASE
spring-cloud-open-service-broker-autoconfigure-2.1.1.RELEASE
spring-cloud-open-service-broker-autoconfigure-2.1.0.RELEASE
2.0.x
spring-cloud-open-service-broker-autoconfigure-2.0.1.RELEASE
spring-cloud-open-service-broker-autoconfigure-2.0.0.RELEASE

How to add a dependency to Maven

Add the following org.springframework.cloud : spring-cloud-open-service-broker-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-open-service-broker-autoconfigure</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.cloud : spring-cloud-open-service-broker-autoconfigure gradle dependency to your build.gradle file:

implementation 'org.springframework.cloud:spring-cloud-open-service-broker-autoconfigure:4.0.0'

Gradle Kotlin DSL: Add the following org.springframework.cloud : spring-cloud-open-service-broker-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.cloud:spring-cloud-open-service-broker-autoconfigure:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.cloud : spring-cloud-open-service-broker-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.cloud" % "spring-cloud-open-service-broker-autoconfigure" % "4.0.0"

Advertisement