is not current version
Last Version 3.5.2

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

Spring Cloud Open Service Broker Starter

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

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

Version

3.3.2
Type

Type

pom

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


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