How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.19.0</version>
</dependency>
Choose a version of org.testcontainers : testcontainers-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.19.x |
testcontainers-bom-1.19.0
|
||
1.18.x |
testcontainers-bom-1.18.3
|
||
testcontainers-bom-1.18.2
|
|||
testcontainers-bom-1.18.1
|
|||
testcontainers-bom-1.18.0
|
|||
1.17.x |
testcontainers-bom-1.17.6
|
||
testcontainers-bom-1.17.5
|
|||
testcontainers-bom-1.17.4
|
|||
testcontainers-bom-1.17.3
|
|||
testcontainers-bom-1.17.2
|
|||
testcontainers-bom-1.17.1
|
|||
testcontainers-bom-1.17.0
|
|||
1.16.x |
testcontainers-bom-1.16.3
|
||
testcontainers-bom-1.16.2
|
|||
testcontainers-bom-1.16.1
|
|||
testcontainers-bom-1.16.0
|
|||
1.15.x |
testcontainers-bom-1.15.3
|
||
testcontainers-bom-1.15.2
|
|||
testcontainers-bom-1.15.1
|
|||
testcontainers-bom-1.15.0
|
|||
testcontainers-bom-1.15.0-rc2
|
|||
testcontainers-bom-1.15.0-rc1
|
|||
1.14.x |
testcontainers-bom-1.14.3
|
||
testcontainers-bom-1.14.2
|
|||
testcontainers-bom-1.14.1
|
|||
testcontainers-bom-1.14.0
|
|||
1.13.x |
testcontainers-bom-1.13.0
|
||
1.12.x |
testcontainers-bom-1.12.5
|
||
testcontainers-bom-1.12.4
|
|||
testcontainers-bom-1.12.3
|
|||
testcontainers-bom-1.12.2
|
|||
testcontainers-bom-1.12.1
|
|||
testcontainers-bom-1.12.0
|
|||
1.11.x |
testcontainers-bom-1.11.4
|
||
testcontainers-bom-1.11.3
|
|||
testcontainers-bom-1.11.2
|
|||
testcontainers-bom-1.11.1
|
|||
testcontainers-bom-1.11.0
|
|||
1.10.x |
testcontainers-bom-1.10.7
|
||
testcontainers-bom-1.10.6
|
|||
testcontainers-bom-1.10.5
|
|||
testcontainers-bom-1.10.4
|
|||
testcontainers-bom-1.10.3
|
|||
testcontainers-bom-1.10.2
|
|||
testcontainers-bom-1.10.1
|
|||
testcontainers-bom-1.10.0
|
|||
1.9.x |
testcontainers-bom-1.9.1
|
||
testcontainers-bom-1.9.0
|
|||
1.8.x |
testcontainers-bom-1.8.3
|
||
testcontainers-bom-1.8.2
|
|||
testcontainers-bom-1.8.1
|
|||
testcontainers-bom-1.8.0
|
|||
1.7.x |
testcontainers-bom-1.7.3
|
||
testcontainers-bom-1.7.2
|
|||
testcontainers-bom-1.7.1
|
|||
testcontainers-bom-1.7.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.19.0</version>
</dependency>
Advertisement