How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-shell-distribution</artifactId>
<version>3.1.0</version>
</dependency>
Choose a version of org.apache.pulsar : pulsar-shell-distribution to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
pulsar-shell-distribution-3.1.0
|
||
3.0.x |
pulsar-shell-distribution-3.0.1
|
||
pulsar-shell-distribution-3.0.0
|
|||
2.11.x |
pulsar-shell-distribution-2.11.2
|
||
pulsar-shell-distribution-2.11.1
|
|||
pulsar-shell-distribution-2.11.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-shell-distribution</artifactId>
<version>3.1.0</version>
</dependency>
Advertisement