GroupId | GroupIdio.pivotal.spring.cloud |
---|---|
ArtifactId | ArtifactIdspring-cloud-services-dependencies-parent |
Version | Version1.6.2.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-services-dependencies-parent-1.6.2.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>1.6.2.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:1.6.2.RELEASE'
// https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-dependencies-parent/
implementation ("io.pivotal.spring.cloud:spring-cloud-services-dependencies-parent:1.6.2.RELEASE")
'io.pivotal.spring.cloud:spring-cloud-services-dependencies-parent:pom:1.6.2.RELEASE'
<dependency org="io.pivotal.spring.cloud" name="spring-cloud-services-dependencies-parent" rev="1.6.2.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='1.6.2.RELEASE')
)
libraryDependencies += "io.pivotal.spring.cloud" % "spring-cloud-services-dependencies-parent" % "1.6.2.RELEASE"
[io.pivotal.spring.cloud/spring-cloud-services-dependencies-parent "1.6.2.RELEASE"]