| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdorg.springframework.cloud |
| ArtifactId | ArtifactIdspring-cloud-starter-zookeeper-config |
| Version | Version3.1.0 |
| Type | Typejar |
| Description |
DescriptionSpring Cloud Starter Zookeeper Config
Spring Cloud Starter Zookeeper Config
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-zookeeper-config/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zookeeper-config</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-zookeeper-config/
implementation 'org.springframework.cloud:spring-cloud-starter-zookeeper-config:3.1.0'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-zookeeper-config/
implementation ("org.springframework.cloud:spring-cloud-starter-zookeeper-config:3.1.0")
'org.springframework.cloud:spring-cloud-starter-zookeeper-config:jar:3.1.0'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-zookeeper-config" rev="3.1.0">
<artifact name="spring-cloud-starter-zookeeper-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-zookeeper-config', version='3.1.0')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-zookeeper-config" % "3.1.0"
[org.springframework.cloud/spring-cloud-starter-zookeeper-config "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.cloud : spring-cloud-starter-zookeeper | jar | 3.1.0 |
| org.springframework.cloud : spring-cloud-zookeeper-config | jar | 3.1.0 |
| org.apache.curator : curator-recipes | jar | 5.1.0 |