How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>apache-qpid-proton-j</artifactId>
<version>0.34.1</version>
</dependency>
Choose a version of org.apache.qpid : apache-qpid-proton-j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.34.x |
apache-qpid-proton-j-0.34.1
|
||
apache-qpid-proton-j-0.34.0
|
|||
0.33.x |
apache-qpid-proton-j-0.33.10
|
||
apache-qpid-proton-j-0.33.9
|
|||
apache-qpid-proton-j-0.33.8
|
|||
apache-qpid-proton-j-0.33.7
|
|||
apache-qpid-proton-j-0.33.6
|
|||
apache-qpid-proton-j-0.33.5
|
|||
apache-qpid-proton-j-0.33.4
|
|||
apache-qpid-proton-j-0.33.3
|
|||
apache-qpid-proton-j-0.33.2
|
|||
apache-qpid-proton-j-0.33.1
|
|||
apache-qpid-proton-j-0.33.0
|
|||
0.32.x |
apache-qpid-proton-j-0.32.0
|
||
0.31.x |
apache-qpid-proton-j-0.31.0
|
||
0.30.x |
apache-qpid-proton-j-0.30.0
|
||
0.29.x |
apache-qpid-proton-j-0.29.0
|
||
0.28.x |
apache-qpid-proton-j-0.28.1
|
||
apache-qpid-proton-j-0.28.0
|
|||
0.27.x |
apache-qpid-proton-j-0.27.3
|
||
apache-qpid-proton-j-0.27.2
|
|||
apache-qpid-proton-j-0.27.1
|
|||
apache-qpid-proton-j-0.27.0
|
|||
0.26.x |
apache-qpid-proton-j-0.26.0
|
||
0.25.x |
apache-qpid-proton-j-0.25.0
|
||
0.24.x |
apache-qpid-proton-j-0.24.0
|
||
0.23.x |
apache-qpid-proton-j-0.23.0
|
||
0.22.x |
apache-qpid-proton-j-0.22.0
|
||
0.21.x |
apache-qpid-proton-j-0.21.0
|
||
0.20.x |
apache-qpid-proton-j-0.20.0
|
||
0.19.x |
apache-qpid-proton-j-0.19.0
|
||
0.18.x |
apache-qpid-proton-j-0.18.0
|
||
0.17.x |
apache-qpid-proton-j-0.17.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>apache-qpid-proton-j</artifactId>
<version>0.34.1</version>
</dependency>
Advertisement