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