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