How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.y-op</groupId>
<artifactId>yop</artifactId>
<version>0.9.0</version>
</dependency>
Choose a version of org.y-op : yop to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
yop-0.9.0
|
||
0.8.x |
yop-0.8.0
|
||
0.7.x |
yop-0.7.0
|
||
0.6.x |
yop-0.6.0
|
||
0.5.x |
yop-0.5.0
|
||
0.4 |
yop-0.4
|
||
0.3.x |
yop-0.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.y-op</groupId>
<artifactId>yop</artifactId>
<version>0.9.0</version>
</dependency>
Advertisement