License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.playtika.testcontainers |
ArtifactId | ArtifactIdtestcontainers-spring-boot-bom |
Last Version | Last Version2.2.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionContainer auto-configurations for spring-boot based integration tests
|
Filename | Size |
---|---|
testcontainers-spring-boot-bom-2.2.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.playtika.testcontainers/testcontainers-spring-boot-bom/ -->
<dependency>
<groupId>com.playtika.testcontainers</groupId>
<artifactId>testcontainers-spring-boot-bom</artifactId>
<version>2.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.playtika.testcontainers/testcontainers-spring-boot-bom/
implementation 'com.playtika.testcontainers:testcontainers-spring-boot-bom:2.2.2'
// https://jarcasting.com/artifacts/com.playtika.testcontainers/testcontainers-spring-boot-bom/
implementation ("com.playtika.testcontainers:testcontainers-spring-boot-bom:2.2.2")
'com.playtika.testcontainers:testcontainers-spring-boot-bom:pom:2.2.2'
<dependency org="com.playtika.testcontainers" name="testcontainers-spring-boot-bom" rev="2.2.2">
<artifact name="testcontainers-spring-boot-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.playtika.testcontainers', module='testcontainers-spring-boot-bom', version='2.2.2')
)
libraryDependencies += "com.playtika.testcontainers" % "testcontainers-spring-boot-bom" % "2.2.2"
[com.playtika.testcontainers/testcontainers-spring-boot-bom "2.2.2"]