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