How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice</artifactId>
<version>1.3.0</version>
</dependency>
Choose a version of com.waitmoon.ice : ice to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
ice-1.3.0
|
||
1.2.x |
ice-1.2.0
|
||
1.1.x |
ice-1.1.0
|
||
1.0.x |
ice-1.0.4
|
||
ice-1.0.3
|
|||
ice-1.0.2
|
|||
ice-1.0.1
|
|||
0.0.x |
ice-0.0.9
|
||
ice-0.0.8
|
|||
ice-0.0.7
|
|||
ice-0.0.6
|
|||
ice-0.0.4
|
|||
ice-0.0.3
|
|||
ice-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice</artifactId>
<version>1.3.0</version>
</dependency>
Advertisement