Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdzookeeper |
Version | Version3.6.3.1-rc-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.streamnative/zookeeper/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>zookeeper</artifactId>
<version>3.6.3.1-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/zookeeper/
implementation 'io.streamnative:zookeeper:3.6.3.1-rc-1'
// https://jarcasting.com/artifacts/io.streamnative/zookeeper/
implementation ("io.streamnative:zookeeper:3.6.3.1-rc-1")
'io.streamnative:zookeeper:jar:3.6.3.1-rc-1'
<dependency org="io.streamnative" name="zookeeper" rev="3.6.3.1-rc-1">
<artifact name="zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='zookeeper', version='3.6.3.1-rc-1')
)
libraryDependencies += "io.streamnative" % "zookeeper" % "3.6.3.1-rc-1"
[io.streamnative/zookeeper "3.6.3.1-rc-1"]