How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.xream.x7</groupId>
<artifactId>x7-repo</artifactId>
<version>2.18.0.RELEASE</version>
</dependency>
Choose a version of io.xream.x7 : x7-repo to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.18.x |
x7-repo-2.18.0.RELEASE
|
||
2.17.x |
x7-repo-2.17.0.RELEASE
|
||
2.16.x |
x7-repo-2.16.0.RELEASE
|
||
2.15.x |
x7-repo-2.15.0.RELEASE
|
||
2.14.x |
x7-repo-2.14.0.RELEASE
|
||
2.13.x |
x7-repo-2.13.0.RELEASE
|
||
2.12.x |
x7-repo-2.12.0.RELEASE
|
||
2.11.x |
x7-repo-2.11.0.RELEASE
|
||
2.10.x |
x7-repo-2.10.0.RELEASE
|
||
2.9.x |
x7-repo-2.9.0.RELEASE
|
||
2.8.x |
x7-repo-2.8.0.RELEASE
|
||
2.7.x |
x7-repo-2.7.0.RELEASE
|
||
2.6.x |
x7-repo-2.6.0.RELEASE
|
||
2.5.x |
x7-repo-2.5.0.RELEASE
|
||
2.4.x |
x7-repo-2.4.0.RELEASE
|
||
2.3.x |
x7-repo-2.3.13.RELEASE
|
||
x7-repo-2.3.12.RELEASE
|
|||
x7-repo-2.3.11.RELEASE
|
|||
x7-repo-2.3.10.RELEASE
|
|||
x7-repo-2.3.9.RELEASE
|
|||
x7-repo-2.3.8.RELEASE
|
|||
x7-repo-2.3.7.RELEASE
|
|||
x7-repo-2.3.6.RELEASE
|
|||
x7-repo-2.3.5.RELEASE
|
|||
x7-repo-2.3.4.RELEASE
|
|||
x7-repo-2.3.3.RELEASE
|
|||
x7-repo-2.3.2.RELEASE
|
|||
x7-repo-2.3.1.RELEASE
|
|||
x7-repo-2.3.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.xream.x7</groupId>
<artifactId>x7-repo</artifactId>
<version>2.18.0.RELEASE</version>
</dependency>
Advertisement