GroupId | GroupIdio.pivotal.spring.cloud |
---|---|
ArtifactId | ArtifactIdspring-cloud-services-cloudfoundry-connector |
Version | Version1.6.3.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>1.6.3.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:1.6.3.RELEASE'
// https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-cloudfoundry-connector/
implementation ("io.pivotal.spring.cloud:spring-cloud-services-cloudfoundry-connector:1.6.3.RELEASE")
'io.pivotal.spring.cloud:spring-cloud-services-cloudfoundry-connector:jar:1.6.3.RELEASE'
<dependency org="io.pivotal.spring.cloud" name="spring-cloud-services-cloudfoundry-connector" rev="1.6.3.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='1.6.3.RELEASE')
)
libraryDependencies += "io.pivotal.spring.cloud" % "spring-cloud-services-cloudfoundry-connector" % "1.6.3.RELEASE"
[io.pivotal.spring.cloud/spring-cloud-services-cloudfoundry-connector "1.6.3.RELEASE"]