How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.knowhowlab.osgi</groupId>
<artifactId>testing</artifactId>
<version>utils</version>
</dependency>
Choose a version of org.knowhowlab.osgi : testing to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
testing-1.0.0.M2
|
||
utils |
testing-utils
|
||
it |
testing-it
|
||
assertions |
testing-assertions
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.knowhowlab.osgi</groupId>
<artifactId>testing</artifactId>
<version>utils</version>
</dependency>
Advertisement