How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>integration-tests</artifactId>
<version>4.3.0</version>
</dependency>
Choose a version of de.hilling.junit.cdi : integration-tests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.3.x |
integration-tests-4.3.0
|
||
4.2.x |
integration-tests-4.2.0
|
||
4.1.x |
integration-tests-4.1.0
|
||
4.0.x |
integration-tests-4.0.1
|
||
integration-tests-4.0.0
|
|||
integration-tests-4.0.0-RC6
|
|||
integration-tests-4.0.0-RC4
|
|||
integration-tests-4.0.0-RC3
|
|||
integration-tests-4.0.0-RC2
|
|||
integration-tests-4.0.0-RC1
|
|||
3.4.x |
integration-tests-3.4.0
|
||
3.3.x |
integration-tests-3.3.11
|
||
integration-tests-3.3.10
|
|||
integration-tests-3.3.9
|
|||
integration-tests-3.3.8
|
|||
integration-tests-3.3.7
|
|||
integration-tests-3.3.6
|
|||
integration-tests-3.3.5
|
|||
3.2.x |
integration-tests-3.2.1
|
||
integration-tests-3.2.0
|
|||
3.1.x |
integration-tests-3.1.0
|
||
3.0.x |
integration-tests-3.0.0
|
||
2.2.x |
integration-tests-2.2.1
|
||
integration-tests-2.2.0
|
|||
2.1.x |
integration-tests-2.1.7
|
||
integration-tests-2.1.5
|
|||
integration-tests-2.1.3
|
|||
integration-tests-2.1.1
|
|||
1.2.x |
integration-tests-1.2.0
|
||
1.1.x |
integration-tests-1.1.0
|
||
1.0.x |
integration-tests-1.0.0
|
||
0.13.x |
integration-tests-0.13.1
|
||
integration-tests-0.13.0
|
|||
0.12.x |
integration-tests-0.12.1
|
||
integration-tests-0.12.0
|
|||
0.11.x |
integration-tests-0.11.1
|
||
0.10.x |
integration-tests-0.10.2
|
||
integration-tests-0.10.1
|
|||
integration-tests-0.10.0
|
|||
0.9.x |
integration-tests-0.9.0
|
||
0.0.x |
integration-tests-0.0.8
|
||
integration-tests-0.0.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>integration-tests</artifactId>
<version>4.3.0</version>
</dependency>
Advertisement