<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zookeeper</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-starter-zookeeper:1.1.0.RELEASE'
implementation("org.springframework.cloud:spring-cloud-starter-zookeeper:1.1.0.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-zookeeper" % "1.1.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-zookeeper', version='1.1.0.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter-zookeeper" rev="1.1.0.RELEASE" />