How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>club.zhcs</groupId>
<artifactId>axe-chinare-rop</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
Choose a version of club.zhcs : axe-chinare-rop to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
axe-chinare-rop-2.2.0.RELEASE
|
||
2.1.x |
axe-chinare-rop-2.1.9.RELEASE
|
||
axe-chinare-rop-2.1.8.RELEASE.20191008
|
|||
axe-chinare-rop-2.1.8.RELEASE.20190929
|
|||
axe-chinare-rop-2.1.8.RELEASE.20190927
|
|||
axe-chinare-rop-2.1.8.RELEASE.20190926.P
|
|||
axe-chinare-rop-2.1.8.RELEASE.20190926
|
|||
axe-chinare-rop-2.1.8.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>club.zhcs</groupId>
<artifactId>axe-chinare-rop</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
Advertisement