| License | License | 
|---|---|
| Categories | Categoriesconfig Application Layer Libs Configuration | 
| GroupId | GroupIdorg.springframework.cloud | 
| ArtifactId | ArtifactIdspring-cloud-starter-zookeeper-config | 
| Last Version | Last Version3.1.2 | 
| Release Date | Release Date | 
| 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.2</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.2'// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-zookeeper-config/
implementation ("org.springframework.cloud:spring-cloud-starter-zookeeper-config:3.1.2")'org.springframework.cloud:spring-cloud-starter-zookeeper-config:jar:3.1.2'<dependency org="org.springframework.cloud" name="spring-cloud-starter-zookeeper-config" rev="3.1.2">
  <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.2')
)libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-zookeeper-config" % "3.1.2"[org.springframework.cloud/spring-cloud-starter-zookeeper-config "3.1.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.cloud : spring-cloud-starter-zookeeper | jar | 3.1.2 | 
| org.springframework.cloud : spring-cloud-zookeeper-config | jar | 3.1.2 | 
| org.apache.curator : curator-recipes | jar | 5.1.0 | 
