How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.backuity.p2s</groupId>
<artifactId>p2s-parent</artifactId>
<version>2.5</version>
</dependency>
Choose a version of org.backuity.p2s : p2s-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.5 |
p2s-parent-2.5
|
||
2.4 |
p2s-parent-2.4
|
||
2.3 |
p2s-parent-2.3
|
||
2.2 |
p2s-parent-2.2
|
||
2.1 |
p2s-parent-2.1
|
||
2.0 |
p2s-parent-2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.backuity.p2s</groupId>
<artifactId>p2s-parent</artifactId>
<version>2.5</version>
</dependency>
Advertisement