How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>test-infra</artifactId>
<version>4.0.0</version>
</dependency>
Choose a version of org.apache.camel : test-infra to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
test-infra-4.0.0
|
||
test-infra-4.0.0-RC2
|
|||
test-infra-4.0.0-RC1
|
|||
test-infra-4.0.0-M3
|
|||
test-infra-4.0.0-M2
|
|||
test-infra-4.0.0-M1
|
|||
3.21.x |
test-infra-3.21.0
|
||
3.20.x |
test-infra-3.20.6
|
||
test-infra-3.20.5
|
|||
test-infra-3.20.4
|
|||
test-infra-3.20.3
|
|||
test-infra-3.20.2
|
|||
test-infra-3.20.1
|
|||
test-infra-3.20.0
|
|||
3.19.x |
test-infra-3.19.0
|
||
3.18.x |
test-infra-3.18.8
|
||
test-infra-3.18.7
|
|||
test-infra-3.18.6
|
|||
test-infra-3.18.5
|
|||
test-infra-3.18.4
|
|||
test-infra-3.18.3
|
|||
test-infra-3.18.2
|
|||
test-infra-3.18.1
|
|||
test-infra-3.18.0
|
|||
3.17.x |
test-infra-3.17.0
|
||
3.16.x |
test-infra-3.16.0
|
||
3.15.x |
test-infra-3.15.0
|
||
3.14.x |
test-infra-3.14.9
|
||
test-infra-3.14.8
|
|||
test-infra-3.14.7
|
|||
test-infra-3.14.6
|
|||
test-infra-3.14.5
|
|||
test-infra-3.14.4
|
|||
test-infra-3.14.3
|
|||
test-infra-3.14.2
|
|||
test-infra-3.14.1
|
|||
test-infra-3.14.0
|
|||
3.13.x |
test-infra-3.13.0
|
||
3.12.x |
test-infra-3.12.0
|
||
3.11.x |
test-infra-3.11.7
|
||
test-infra-3.11.6
|
|||
test-infra-3.11.5
|
|||
test-infra-3.11.4
|
|||
test-infra-3.11.3
|
|||
test-infra-3.11.2
|
|||
test-infra-3.11.1
|
|||
test-infra-3.11.0
|
|||
3.10.x |
test-infra-3.10.0
|
||
3.9.x |
test-infra-3.9.0
|
||
3.8.x |
test-infra-3.8.0
|
||
3.7.x |
test-infra-3.7.7
|
||
test-infra-3.7.6
|
|||
test-infra-3.7.5
|
|||
test-infra-3.7.4
|
|||
test-infra-3.7.3
|
|||
test-infra-3.7.2
|
|||
test-infra-3.7.1
|
|||
test-infra-3.7.0
|
|||
3.6.x |
test-infra-3.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>test-infra</artifactId>
<version>4.0.0</version>
</dependency>
Advertisement