How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>club.zhcs</groupId>
<artifactId>axe</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
Choose a version of club.zhcs : axe to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
axe-2.2.0.RELEASE
|
||
2.1.x |
axe-2.1.9.RELEASE
|
||
axe-2.1.8.RELEASE.20191008
|
|||
axe-2.1.8.RELEASE.20190929
|
|||
axe-2.1.8.RELEASE.20190927
|
|||
axe-2.1.8.RELEASE.20190926.P
|
|||
axe-2.1.8.RELEASE.20190926
|
|||
axe-2.1.8.RELEASE
|
|||
axe-2.1.7.RELEASE.2019.09.03
|
|||
axe-2.1.6.RELEASE.2019.07.24
|
|||
axe-2.1.6.RELEASE
|
|||
axe-2.1.5.RELEASE-20190613
|
|||
axe-2.1.5.RELEASE-20190520
|
|||
axe-2.1.5.RELEASE-20190516
|
|||
axe-2.1.5.RELEASE
|
|||
axe-2.1.4.RELEASE
|
|||
axe-2.1.3-RELEASE
|
|||
1.5.x |
axe-1.5.14.1
|
||
axe-1.5.14
|
|||
axe-1.5.13.2
|
|||
axe-1.5.13.1
|
|||
axe-1.5.13
|
|||
1.5 |
axe-1.5
|
||
1.4 |
axe-1.4
|
||
1.3 |
axe-1.3
|
||
1.2 |
axe-1.2
|
||
1.1 |
axe-1.1
|
||
1.0.x |
axe-1.0.1
|
||
1.0 |
axe-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>club.zhcs</groupId>
<artifactId>axe</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
Advertisement