How to install the Java artifact org.apache.pulsar.pulsar-zookeeper-utils with Maven
Java
Maven
pom.xml
org.apache.pulsar
pulsar-zookeeper-utils
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-zookeeper-utils</artifactId>
<version>2.7.0</version>
</dependency>
/dependencies>