License |
License |
---|---|
Categories |
CategoriesRedis Data Databases Container |
GroupId | GroupIdcom.redis.testcontainers |
ArtifactId | ArtifactIdtestcontainers-bom |
Last Version | Last Version1.15.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTestcontainers :: BOM
Isolated container management for Java code testing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testcontainers-bom-1.15.3.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.redis.testcontainers/testcontainers-bom/ -->
<dependency>
<groupId>com.redis.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.15.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.redis.testcontainers/testcontainers-bom/
implementation 'com.redis.testcontainers:testcontainers-bom:1.15.3'
// https://jarcasting.com/artifacts/com.redis.testcontainers/testcontainers-bom/
implementation ("com.redis.testcontainers:testcontainers-bom:1.15.3")
'com.redis.testcontainers:testcontainers-bom:pom:1.15.3'
<dependency org="com.redis.testcontainers" name="testcontainers-bom" rev="1.15.3">
<artifact name="testcontainers-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.redis.testcontainers', module='testcontainers-bom', version='1.15.3')
)
libraryDependencies += "com.redis.testcontainers" % "testcontainers-bom" % "1.15.3"
[com.redis.testcontainers/testcontainers-bom "1.15.3"]