Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdpulsar-zookeeper |
Version | Version2.7.2.10 |
Type | Typejar |
Filename | Size |
---|---|
pulsar-zookeeper-2.7.2.10.pom | |
pulsar-zookeeper-2.7.2.10.jar | 988 KB |
pulsar-zookeeper-2.7.2.10-sources.jar | 17 KB |
pulsar-zookeeper-2.7.2.10-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streamnative/pulsar-zookeeper/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>pulsar-zookeeper</artifactId>
<version>2.7.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/pulsar-zookeeper/
implementation 'io.streamnative:pulsar-zookeeper:2.7.2.10'
// https://jarcasting.com/artifacts/io.streamnative/pulsar-zookeeper/
implementation ("io.streamnative:pulsar-zookeeper:2.7.2.10")
'io.streamnative:pulsar-zookeeper:jar:2.7.2.10'
<dependency org="io.streamnative" name="pulsar-zookeeper" rev="2.7.2.10">
<artifact name="pulsar-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='pulsar-zookeeper', version='2.7.2.10')
)
libraryDependencies += "io.streamnative" % "pulsar-zookeeper" % "2.7.2.10"
[io.streamnative/pulsar-zookeeper "2.7.2.10"]