<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cloudfoundry-connector</artifactId>
<version>1.2.6.RELEASE</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-cloudfoundry-connector:1.2.6.RELEASE'
implementation("org.springframework.cloud:spring-cloud-cloudfoundry-connector:1.2.6.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-cloudfoundry-connector" % "1.2.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-cloudfoundry-connector', version='1.2.6.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-cloudfoundry-connector" rev="1.2.6.RELEASE" />