How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-integration-tests</artifactId>
<version>4.9.1</version>
</dependency>
Choose a version of org.ow2.orchestra : orchestra-integration-tests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.9.x |
orchestra-integration-tests-4.9.1
|
||
orchestra-integration-tests-4.9.0
|
|||
orchestra-integration-tests-4.9.0-M5
|
|||
orchestra-integration-tests-4.9.0-M4
|
|||
orchestra-integration-tests-4.9.0-M3
|
|||
orchestra-integration-tests-4.9.0-M2
|
|||
orchestra-integration-tests-4.9.0-M1
|
|||
4.8.x |
orchestra-integration-tests-4.8.0
|
||
4.7.x |
orchestra-integration-tests-4.7.1
|
||
orchestra-integration-tests-4.7.0
|
|||
4.6.x |
orchestra-integration-tests-4.6.2
|
||
orchestra-integration-tests-4.6.1
|
|||
orchestra-integration-tests-4.6.0
|
|||
4.5.x |
orchestra-integration-tests-4.5.0
|
||
4.4.x |
orchestra-integration-tests-4.4.2
|
||
orchestra-integration-tests-4.4.1
|
|||
orchestra-integration-tests-4.4.0
|
|||
4.3.x |
orchestra-integration-tests-4.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-integration-tests</artifactId>
<version>4.9.1</version>
</dependency>
Advertisement