How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>testutils</artifactId>
<version>1.7.0</version>
</dependency>
Choose a version of info.novatec.testit : testutils to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
testutils-1.7.0
|
||
1.6.x |
testutils-1.6.0
|
||
1.5.x |
testutils-1.5.0
|
||
1.4.x |
testutils-1.4.0
|
||
1.3.x |
testutils-1.3.0
|
||
1.2.x |
testutils-1.2.1
|
||
testutils-1.2.0
|
|||
1.1.x |
testutils-1.1.0
|
||
1.0.x |
testutils-1.0.0
|
||
testutils-1.0.0-RC1
|
|||
0.3.x |
testutils-0.3.4
|
||
testutils-0.3.3
|
|||
testutils-0.3.2
|
|||
testutils-0.3.1
|
|||
testutils-0.3.0
|
|||
0.2.x |
testutils-0.2.0
|
||
0.2 |
testutils-0.2
|
||
0.1 |
testutils-0.1
|
||
0.1.x |
testutils-0.1.beta2
|
||
testutils-0.1.beta1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>testutils</artifactId>
<version>1.7.0</version>
</dependency>
Advertisement