How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>pulsar-shell-distribution</artifactId>
<version>2.11.2.5</version>
</dependency>
Choose a version of io.streamnative : pulsar-shell-distribution to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
pulsar-shell-distribution-3.1.0.1
|
||
3.0.x |
pulsar-shell-distribution-3.0.1.1
|
||
pulsar-shell-distribution-3.0.0.4
|
|||
pulsar-shell-distribution-3.0.0.3
|
|||
pulsar-shell-distribution-3.0.0.2
|
|||
pulsar-shell-distribution-3.0.0.1
|
|||
pulsar-shell-distribution-3.0.0.1-rc1
|
|||
2.11.x |
pulsar-shell-distribution-2.11.2.5
|
||
pulsar-shell-distribution-2.11.2.4
|
|||
pulsar-shell-distribution-2.11.2.3
|
|||
pulsar-shell-distribution-2.11.2.2
|
|||
pulsar-shell-distribution-2.11.2.1
|
|||
pulsar-shell-distribution-2.11.1.4
|
|||
pulsar-shell-distribution-2.11.1.3
|
|||
pulsar-shell-distribution-2.11.1.2-arrowstreet
|
|||
pulsar-shell-distribution-2.11.1.2
|
|||
pulsar-shell-distribution-2.11.1.1
|
|||
pulsar-shell-distribution-2.11.1.0
|
|||
pulsar-shell-distribution-2.11.0.5
|
|||
pulsar-shell-distribution-2.11.0.4
|
|||
pulsar-shell-distribution-2.11.0.3
|
|||
pulsar-shell-distribution-2.11.0.2
|
|||
pulsar-shell-distribution-2.11.0.1
|
|||
pulsar-shell-distribution-2.11.0.0-rc5
|
|||
pulsar-shell-distribution-2.11.0.0-rc3
|
|||
pulsar-shell-distribution-2.11.0.0-rc2
|
|||
master |
pulsar-shell-distribution-master-rc-daily
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>pulsar-shell-distribution</artifactId>
<version>2.11.2.5</version>
</dependency>
Advertisement