How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>club.gclmit</groupId>
<artifactId>chaos</artifactId>
<version>2.3.7</version>
</dependency>
Choose a version of club.gclmit : chaos to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
chaos-2.3.7
|
||
chaos-2.3.6
|
|||
chaos-2.3.5
|
|||
chaos-2.3.4
|
|||
chaos-2.3.3
|
|||
chaos-2.3.2
|
|||
chaos-2.3.1
|
|||
chaos-2.3.0
|
|||
2.1.x |
chaos-2.1.1
|
||
chaos-2.1.0
|
|||
1.5.x |
chaos-1.5.0.RELEASE
|
||
1.1.x |
chaos-1.1.2
|
||
chaos-1.1.1
|
|||
1.0.x |
chaos-1.0.2
|
||
chaos-1.0.1
|
|||
chaos-1.0.0
|
|||
0.0.x |
chaos-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>club.gclmit</groupId>
<artifactId>chaos</artifactId>
<version>2.3.7</version>
</dependency>
Advertisement