GroupId | GroupIdio.pivotal.spring.cloud |
---|---|
ArtifactId | ArtifactIdspring-cloud-services-cloudfoundry-connector |
Version | Version2.1.5.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-cloudfoundry-connector/ -->
<dependency>
<groupId>io.pivotal.spring.cloud</groupId>
<artifactId>spring-cloud-services-cloudfoundry-connector</artifactId>
<version>2.1.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-cloudfoundry-connector/
implementation 'io.pivotal.spring.cloud:spring-cloud-services-cloudfoundry-connector:2.1.5.RELEASE'
// https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-cloudfoundry-connector/
implementation ("io.pivotal.spring.cloud:spring-cloud-services-cloudfoundry-connector:2.1.5.RELEASE")
'io.pivotal.spring.cloud:spring-cloud-services-cloudfoundry-connector:jar:2.1.5.RELEASE'
<dependency org="io.pivotal.spring.cloud" name="spring-cloud-services-cloudfoundry-connector" rev="2.1.5.RELEASE">
<artifact name="spring-cloud-services-cloudfoundry-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pivotal.spring.cloud', module='spring-cloud-services-cloudfoundry-connector', version='2.1.5.RELEASE')
)
libraryDependencies += "io.pivotal.spring.cloud" % "spring-cloud-services-cloudfoundry-connector" % "2.1.5.RELEASE"
[io.pivotal.spring.cloud/spring-cloud-services-cloudfoundry-connector "2.1.5.RELEASE"]