| GroupId | GroupIdorg.springframework.cloud | 
    
|---|---|
| ArtifactId | ArtifactIdspring-cloud-starter-open-service-broker | 
    
| Version | Version3.0.2.RELEASE | 
        
| Type | Typepom | 
    
<!-- 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.2.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.2.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.2.RELEASE")
                'org.springframework.cloud:spring-cloud-starter-open-service-broker:pom:3.0.2.RELEASE'
                <dependency org="org.springframework.cloud" name="spring-cloud-starter-open-service-broker" rev="3.0.2.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.2.RELEASE')
)
                libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-open-service-broker" % "3.0.2.RELEASE"
                [org.springframework.cloud/spring-cloud-starter-open-service-broker "3.0.2.RELEASE"]