is not current version
Last Version 3.5.2

org.springframework.cloud:spring-cloud-open-service-broker-core 3.0.2.RELEASE

Spring Cloud Open Service Broker Core

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-open-service-broker-core
Version

Version

3.0.2.RELEASE
Type

Type

jar

Download spring-cloud-open-service-broker-core 3.0.2.RELEASE


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