Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.pivotal.spring.cloud |
ArtifactId | ArtifactIdspring-cloud-services-starter-config-client |
Version | Version1.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-starter-config-client/ -->
<dependency>
<groupId>io.pivotal.spring.cloud</groupId>
<artifactId>spring-cloud-services-starter-config-client</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-starter-config-client/
implementation 'io.pivotal.spring.cloud:spring-cloud-services-starter-config-client:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-starter-config-client/
implementation ("io.pivotal.spring.cloud:spring-cloud-services-starter-config-client:1.0.2.RELEASE")
'io.pivotal.spring.cloud:spring-cloud-services-starter-config-client:jar:1.0.2.RELEASE'
<dependency org="io.pivotal.spring.cloud" name="spring-cloud-services-starter-config-client" rev="1.0.2.RELEASE">
<artifact name="spring-cloud-services-starter-config-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pivotal.spring.cloud', module='spring-cloud-services-starter-config-client', version='1.0.2.RELEASE')
)
libraryDependencies += "io.pivotal.spring.cloud" % "spring-cloud-services-starter-config-client" % "1.0.2.RELEASE"
[io.pivotal.spring.cloud/spring-cloud-services-starter-config-client "1.0.2.RELEASE"]