is not current version
Last Version 1.1.10.RELEASE

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

Spring Cloud parent pom, managing plugins and dependencies for Spring Cloud projects

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.1.8.RELEASE
Type

Type

jar

Download spring-cloud-starter-kubernetes-config 1.1.8.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.1.8.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.1.8.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-kubernetes-config/
implementation ("org.springframework.cloud:spring-cloud-starter-kubernetes-config:1.1.8.RELEASE")
'org.springframework.cloud:spring-cloud-starter-kubernetes-config:jar:1.1.8.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-kubernetes-config" rev="1.1.8.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.1.8.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-kubernetes-config" % "1.1.8.RELEASE"
[org.springframework.cloud/spring-cloud-starter-kubernetes-config "1.1.8.RELEASE"]