How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit</artifactId>
<version>1.0.0</version>
</dependency>
Choose a version of com.lordofthejars : nosqlunit to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
nosqlunit-1.0.0
|
||
nosqlunit-1.0.0-rc.5
|
|||
nosqlunit-1.0.0-rc.4
|
|||
nosqlunit-1.0.0-rc.3
|
|||
nosqlunit-1.0.0-rc.2
|
|||
nosqlunit-1.0.0-rc.1
|
|||
0.14.x |
nosqlunit-0.14.0
|
||
0.13.x |
nosqlunit-0.13.1
|
||
0.10.x |
nosqlunit-0.10.0
|
||
0.9.x |
nosqlunit-0.9.0
|
||
0.8.x |
nosqlunit-0.8.1
|
||
nosqlunit-0.8.0
|
|||
0.7.x |
nosqlunit-0.7.9
|
||
nosqlunit-0.7.8
|
|||
nosqlunit-0.7.7
|
|||
nosqlunit-0.7.6
|
|||
nosqlunit-0.7.5
|
|||
nosqlunit-0.7.4
|
|||
nosqlunit-0.7.3
|
|||
nosqlunit-0.7.2
|
|||
nosqlunit-0.7.1
|
|||
nosqlunit-0.7.0
|
|||
0.6.x |
nosqlunit-0.6.0
|
||
0.5.x |
nosqlunit-0.5.0
|
||
0.4.x |
nosqlunit-0.4.1
|
||
nosqlunit-0.4.0
|
|||
0.3.x |
nosqlunit-0.3.3
|
||
nosqlunit-0.3.2
|
|||
nosqlunit-0.3.1
|
|||
nosqlunit-0.3.0
|
|||
0.2.x |
nosqlunit-0.2.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit</artifactId>
<version>1.0.0</version>
</dependency>
Advertisement