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