GroupId | GroupIdio.pivotal.spring.cloud |
---|---|
ArtifactId | ArtifactIdspring-cloud-services-dependencies |
Version | Version3.0.1.RELEASE |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-dependencies/ -->
<dependency>
<groupId>io.pivotal.spring.cloud</groupId>
<artifactId>spring-cloud-services-dependencies</artifactId>
<version>3.0.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-dependencies/
implementation 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:3.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-dependencies/
implementation ("io.pivotal.spring.cloud:spring-cloud-services-dependencies:3.0.1.RELEASE")
'io.pivotal.spring.cloud:spring-cloud-services-dependencies:pom:3.0.1.RELEASE'
<dependency org="io.pivotal.spring.cloud" name="spring-cloud-services-dependencies" rev="3.0.1.RELEASE">
<artifact name="spring-cloud-services-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.pivotal.spring.cloud', module='spring-cloud-services-dependencies', version='3.0.1.RELEASE')
)
libraryDependencies += "io.pivotal.spring.cloud" % "spring-cloud-services-dependencies" % "3.0.1.RELEASE"
[io.pivotal.spring.cloud/spring-cloud-services-dependencies "3.0.1.RELEASE"]