How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.osgiliath.itests</groupId>
<artifactId>net.osgiliath.features.itests</artifactId>
<version>0.3.7</version>
</dependency>
Choose a version of net.osgiliath.itests : net.osgiliath.features.itests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
net.osgiliath.features.itests-0.3.7
|
||
net.osgiliath.features.itests-0.3.6
|
|||
net.osgiliath.features.itests-0.3.4
|
|||
net.osgiliath.features.itests-0.3.3
|
|||
net.osgiliath.features.itests-0.3.2
|
|||
net.osgiliath.features.itests-0.3.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.osgiliath.itests</groupId>
<artifactId>net.osgiliath.features.itests</artifactId>
<version>0.3.7</version>
</dependency>
Advertisement