How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>integration-tests</artifactId>
<version>4.0.7</version>
</dependency>
Choose a version of com.github.jknack : integration-tests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
integration-tests-4.0.7
|
||
integration-tests-4.0.6
|
|||
integration-tests-4.0.5
|
|||
integration-tests-4.0.4
|
|||
integration-tests-4.0.3
|
|||
integration-tests-4.0.2
|
|||
integration-tests-4.0.1
|
|||
integration-tests-4.0.0
|
|||
3.0.x |
integration-tests-3.0.0
|
||
2.3.x |
integration-tests-2.3.2
|
||
integration-tests-2.3.1
|
|||
integration-tests-2.3.0
|
|||
2.2.x |
integration-tests-2.2.3
|
||
integration-tests-2.2.2
|
|||
integration-tests-2.2.1
|
|||
integration-tests-2.2.0
|
|||
2.1.x |
integration-tests-2.1.0
|
||
2.0.x |
integration-tests-2.0.0
|
||
1.3.x |
integration-tests-1.3.2
|
||
integration-tests-1.3.1
|
|||
integration-tests-1.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>integration-tests</artifactId>
<version>4.0.7</version>
</dependency>
Advertisement