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