File | Operation |
---|---|
spring-cloud-zookeeper-1.1.2.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper</artifactId>
<version>1.1.2.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-zookeeper" % "1.1.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-zookeeper', version='1.1.2.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-zookeeper" rev="1.1.2.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-build</artifactId> <version>1.3.3.RELEASE</version> </parent>