File | Operation |
---|---|
testcontainers-spring-boot-parent-3.1.9.pom | download |
<dependency>
<groupId>com.playtika.testcontainers</groupId>
<artifactId>testcontainers-spring-boot-parent</artifactId>
<version>3.1.9</version>
<type>pom</type>
</dependency>
libraryDependencies += "com.playtika.testcontainers" % "testcontainers-spring-boot-parent" % "3.1.9"
@Grapes(
@Grab(group='com.playtika.testcontainers', module='testcontainers-spring-boot-parent', version='3.1.9')
)
<dependency org="com.playtika.testcontainers" name="testcontainers-spring-boot-parent" rev="3.1.9" />
<parent> <groupId>com.playtika.testcontainers</groupId> <artifactId>testcontainers-spring-boot</artifactId> <version>3.1.9</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.testcontainers:testcontainers
|-- org.hibernate.validator:hibernate-validator
provided
|-- org.springframework.cloud:spring-cloud-starter-bootstrap
test
|-- org.springframework.boot:spring-boot-starter-test