How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.xeiam.xchange</groupId>
<artifactId>xchange-parent</artifactId>
<version>3.1.0</version>
</dependency>
Choose a version of com.xeiam.xchange : xchange-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
xchange-parent-3.1.0
|
||
3.0.x |
xchange-parent-3.0.0
|
||
2.1.x |
xchange-parent-2.1.0
|
||
2.0.x |
xchange-parent-2.0.0
|
||
1.10.x |
xchange-parent-1.10.0
|
||
1.9.x |
xchange-parent-1.9.0
|
||
1.8.x |
xchange-parent-1.8.0
|
||
1.7.x |
xchange-parent-1.7.0
|
||
1.6.x |
xchange-parent-1.6.0
|
||
1.5.x |
xchange-parent-1.5.0
|
||
1.4.x |
xchange-parent-1.4.0
|
||
1.3.x |
xchange-parent-1.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.xeiam.xchange</groupId>
<artifactId>xchange-parent</artifactId>
<version>3.1.0</version>
</dependency>
Advertisement