License |
License |
---|---|
Categories |
CategoriesKubernetes Container Virtualization Tools Net CLI User Interface |
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-starter-kubernetes-client-all |
Version | Version2.0.4 |
Type | Typejar |
Description |
DescriptionSpring Cloud parent pom, managing plugins and dependencies for Spring
Cloud projects
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-kubernetes-client-all/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-kubernetes-client-all</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-kubernetes-client-all/
implementation 'org.springframework.cloud:spring-cloud-starter-kubernetes-client-all:2.0.4'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-kubernetes-client-all/
implementation ("org.springframework.cloud:spring-cloud-starter-kubernetes-client-all:2.0.4")
'org.springframework.cloud:spring-cloud-starter-kubernetes-client-all:jar:2.0.4'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-kubernetes-client-all" rev="2.0.4">
<artifact name="spring-cloud-starter-kubernetes-client-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-kubernetes-client-all', version='2.0.4')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-kubernetes-client-all" % "2.0.4"
[org.springframework.cloud/spring-cloud-starter-kubernetes-client-all "2.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-kubernetes-client-autoconfig | jar | 2.0.4 |
org.springframework.cloud : spring-cloud-kubernetes-client-config | jar | 2.0.4 |
org.springframework.cloud : spring-cloud-kubernetes-client-discovery | jar | 2.0.4 |