License |
License |
---|---|
Categories |
CategoriesKubernetes Container Virtualization Tools Net CLI User Interface |
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-starter-kubernetes-discoveryclient |
Last Version | Last Version2.1.3 |
Release Date | Release Date |
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-discoveryclient/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-kubernetes-discoveryclient</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-kubernetes-discoveryclient/
implementation 'org.springframework.cloud:spring-cloud-starter-kubernetes-discoveryclient:2.1.3'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-kubernetes-discoveryclient/
implementation ("org.springframework.cloud:spring-cloud-starter-kubernetes-discoveryclient:2.1.3")
'org.springframework.cloud:spring-cloud-starter-kubernetes-discoveryclient:jar:2.1.3'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-kubernetes-discoveryclient" rev="2.1.3">
<artifact name="spring-cloud-starter-kubernetes-discoveryclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-kubernetes-discoveryclient', version='2.1.3')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-kubernetes-discoveryclient" % "2.1.3"
[org.springframework.cloud/spring-cloud-starter-kubernetes-discoveryclient "2.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-commons | jar | 3.1.3 |
org.springframework.cloud : spring-cloud-kubernetes-discovery | jar | 2.1.3 |