How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.googlecode.jeeunit</groupId>
<artifactId>jeeunit-example</artifactId>
<version>0.8.0</version>
</dependency>
Choose a version of com.googlecode.jeeunit : jeeunit-example to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
jeeunit-example-0.8.0
|
||
0.7.x |
jeeunit-example-0.7.1
|
||
jeeunit-example-0.7.0
|
|||
0.6.x |
jeeunit-example-0.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.googlecode.jeeunit</groupId>
<artifactId>jeeunit-example</artifactId>
<version>0.8.0</version>
</dependency>
Advertisement