Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdpulsar-zookeeper |
Version | Version2.7.3.1 |
Type | Typejar |
Filename | Size |
---|---|
pulsar-zookeeper-2.7.3.1.pom | |
pulsar-zookeeper-2.7.3.1.jar | 988 KB |
pulsar-zookeeper-2.7.3.1-sources.jar | 17 KB |
pulsar-zookeeper-2.7.3.1-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.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/pulsar-zookeeper/
implementation 'io.streamnative:pulsar-zookeeper:2.7.3.1'
// https://jarcasting.com/artifacts/io.streamnative/pulsar-zookeeper/
implementation ("io.streamnative:pulsar-zookeeper:2.7.3.1")
'io.streamnative:pulsar-zookeeper:jar:2.7.3.1'
<dependency org="io.streamnative" name="pulsar-zookeeper" rev="2.7.3.1">
<artifact name="pulsar-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='pulsar-zookeeper', version='2.7.3.1')
)
libraryDependencies += "io.streamnative" % "pulsar-zookeeper" % "2.7.3.1"
[io.streamnative/pulsar-zookeeper "2.7.3.1"]