is not current version
Last Version 3.5.2

org.springframework.cloud:spring-cloud-starter-open-service-broker 3.0.1.RELEASE

Spring Cloud Open Service Broker Web MVC Starter

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-starter-open-service-broker
Version

Version

3.0.1.RELEASE
Type

Type

pom

Download spring-cloud-starter-open-service-broker 3.0.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-open-service-broker/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-open-service-broker</artifactId>
    <version>3.0.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-open-service-broker/
implementation 'org.springframework.cloud:spring-cloud-starter-open-service-broker:3.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-open-service-broker/
implementation ("org.springframework.cloud:spring-cloud-starter-open-service-broker:3.0.1.RELEASE")
'org.springframework.cloud:spring-cloud-starter-open-service-broker:pom:3.0.1.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-open-service-broker" rev="3.0.1.RELEASE">
  <artifact name="spring-cloud-starter-open-service-broker" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-open-service-broker', version='3.0.1.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-open-service-broker" % "3.0.1.RELEASE"
[org.springframework.cloud/spring-cloud-starter-open-service-broker "3.0.1.RELEASE"]