How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>eu.mihosoft.vrl.vcsg.vplugin</groupId>
<artifactId>vrl-vcsg</artifactId>
<version>0.6.1</version>
</dependency>
Choose a version of eu.mihosoft.vrl.vcsg.vplugin : vrl-vcsg to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6.x |
vrl-vcsg-0.6.1
|
||
0.3 |
vrl-vcsg-0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>eu.mihosoft.vrl.vcsg.vplugin</groupId>
<artifactId>vrl-vcsg</artifactId>
<version>0.6.1</version>
</dependency>
Advertisement