How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jashmore</groupId>
<artifactId>util</artifactId>
<version>3.1.1</version>
</dependency>
Choose a version of com.jashmore : util to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
util-3.1.1
|
||
util-3.1.0
|
|||
3.0.x |
util-3.0.0
|
||
util-3.0.0-M3
|
|||
util-3.0.0-M2
|
|||
util-3.0.0-M1
|
|||
2.3.x |
util-2.3.0
|
||
2.2.x |
util-2.2.0
|
||
2.1.x |
util-2.1.0
|
||
2.0.x |
util-2.0.0
|
||
1.1.x |
util-1.1.0
|
||
1.0.x |
util-1.0.0
|
||
0.0.x |
util-0.0.5
|
||
util-0.0.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jashmore</groupId>
<artifactId>util</artifactId>
<version>3.1.1</version>
</dependency>
Advertisement