| Categories | Categoriesconfig Application Layer Libs Configuration | 
|---|---|
| GroupId | GroupIdorg.springframework.cloud | 
| ArtifactId | ArtifactIdspring-cloud-zookeeper-config | 
| Version | Version1.0.4.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-zookeeper-config/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-zookeeper-config</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-zookeeper-config/
implementation 'org.springframework.cloud:spring-cloud-zookeeper-config:1.0.4.RELEASE'// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-zookeeper-config/
implementation ("org.springframework.cloud:spring-cloud-zookeeper-config:1.0.4.RELEASE")'org.springframework.cloud:spring-cloud-zookeeper-config:jar:1.0.4.RELEASE'<dependency org="org.springframework.cloud" name="spring-cloud-zookeeper-config" rev="1.0.4.RELEASE">
  <artifact name="spring-cloud-zookeeper-config" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-zookeeper-config', version='1.0.4.RELEASE')
)libraryDependencies += "org.springframework.cloud" % "spring-cloud-zookeeper-config" % "1.0.4.RELEASE"[org.springframework.cloud/spring-cloud-zookeeper-config "1.0.4.RELEASE"]