is not current version
Last Version 3.5.2

org.springframework.cloud:spring-cloud-starter-open-service-broker 3.2.0

Spring Cloud Open Service Broker Starter

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

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

Version

3.2.0
Type

Type

pom

Download spring-cloud-starter-open-service-broker 3.2.0


<!-- 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.2.0</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.2.0'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-open-service-broker/
implementation ("org.springframework.cloud:spring-cloud-starter-open-service-broker:3.2.0")
'org.springframework.cloud:spring-cloud-starter-open-service-broker:pom:3.2.0'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-open-service-broker" rev="3.2.0">
  <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.2.0')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-open-service-broker" % "3.2.0"
[org.springframework.cloud/spring-cloud-starter-open-service-broker "3.2.0"]