How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.plugatar.xteps</groupId>
<artifactId>parent</artifactId>
<version>5.8</version>
</dependency>
Choose a version of com.plugatar.xteps : parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.8 |
parent-5.8
|
||
5.7 |
parent-5.7
|
||
5.6 |
parent-5.6
|
||
5.5 |
parent-5.5
|
||
5.4 |
parent-5.4
|
||
5.3 |
parent-5.3
|
||
5.2 |
parent-5.2
|
||
5.1 |
parent-5.1
|
||
5.0 |
parent-5.0
|
||
4.2 |
parent-4.2
|
||
4.1 |
parent-4.1
|
||
4.0 |
parent-4.0
|
||
3.2 |
parent-3.2
|
||
3.1 |
parent-3.1
|
||
3.0.x |
parent-3.0.1
|
||
3.0 |
parent-3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.plugatar.xteps</groupId>
<artifactId>parent</artifactId>
<version>5.8</version>
</dependency>
Advertisement