is not current version
Last Version 1.1.10.RELEASE

org.springframework.cloud:spring-cloud-starter-kubernetes-config 1.0.4.RELEASE


Categories

Categories

Kubernetes Container Virtualization Tools Net config Application Layer Libs Configuration
GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-starter-kubernetes-config
Version

Version

1.0.4.RELEASE
Type

Type

jar

Download spring-cloud-starter-kubernetes-config 1.0.4.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-kubernetes-config/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-kubernetes-config</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-kubernetes-config/
implementation 'org.springframework.cloud:spring-cloud-starter-kubernetes-config:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-kubernetes-config/
implementation ("org.springframework.cloud:spring-cloud-starter-kubernetes-config:1.0.4.RELEASE")
'org.springframework.cloud:spring-cloud-starter-kubernetes-config:jar:1.0.4.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-kubernetes-config" rev="1.0.4.RELEASE">
  <artifact name="spring-cloud-starter-kubernetes-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-kubernetes-config', version='1.0.4.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-kubernetes-config" % "1.0.4.RELEASE"
[org.springframework.cloud/spring-cloud-starter-kubernetes-config "1.0.4.RELEASE"]