How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>parent-gv</artifactId>
<version>1.3</version>
</dependency>
Choose a version of com.github.gv2011 : parent-gv to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
parent-gv-1.3
|
||
1.2 |
parent-gv-1.2
|
||
1.1 |
parent-gv-1.1
|
||
1.0 |
parent-gv-1.0
|
||
0.5.x |
parent-gv-0.5.8
|
||
parent-gv-0.5.6
|
|||
parent-gv-0.5.0
|
|||
0.4.x |
parent-gv-0.4.0
|
||
0.3.x |
parent-gv-0.3.0
|
||
0.2.x |
parent-gv-0.2.0
|
||
0.1.x |
parent-gv-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>parent-gv</artifactId>
<version>1.3</version>
</dependency>
Advertisement