| GroupId | GroupIdorg.springframework.cloud | 
|---|---|
| ArtifactId | ArtifactIdspring-cloud-open-service-broker | 
| Version | Version3.1.2.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-open-service-broker/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-open-service-broker</artifactId>
    <version>3.1.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-open-service-broker/
implementation 'org.springframework.cloud:spring-cloud-open-service-broker:3.1.2.RELEASE'// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-open-service-broker/
implementation ("org.springframework.cloud:spring-cloud-open-service-broker:3.1.2.RELEASE")'org.springframework.cloud:spring-cloud-open-service-broker:jar:3.1.2.RELEASE'<dependency org="org.springframework.cloud" name="spring-cloud-open-service-broker" rev="3.1.2.RELEASE">
  <artifact name="spring-cloud-open-service-broker" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-open-service-broker', version='3.1.2.RELEASE')
)libraryDependencies += "org.springframework.cloud" % "spring-cloud-open-service-broker" % "3.1.2.RELEASE"[org.springframework.cloud/spring-cloud-open-service-broker "3.1.2.RELEASE"]