<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-open-service-broker-webmvc</artifactId>
<version>2.1.3.RELEASE</version>
</dependency>
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-open-service-broker-webmvc', version: '2.1.3.RELEASE'
implementation 'org.springframework.cloud:spring-cloud-starter-open-service-broker-webmvc:2.1.3.RELEASE'
implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker-webmvc:2.1.3.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-open-service-broker-webmvc" % "2.1.3.RELEASE"
<dependency org="org.springframework.cloud" name="spring-cloud-starter-open-service-broker-webmvc" rev="2.1.3.RELEASE"/>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-open-service-broker-webmvc', version='2.1.3.RELEASE')
)
[org.springframework.cloud/spring-cloud-starter-open-service-broker-webmvc "2.1.3.RELEASE"]
'org.springframework.cloud:spring-cloud-starter-open-service-broker-webmvc:jar:2.1.3.RELEASE'