t

testcontainers-spring-boot-parent

Parent pom for all embedded testcontainers
Files download
File Operation
testcontainers-spring-boot-parent-3.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.playtika.testcontainers</groupId>
  <artifactId>testcontainers-spring-boot-parent</artifactId>
  <version>3.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.playtika.testcontainers:testcontainers-spring-boot-parent:3.0.0'
Gradle Kotlin
implementation("com.playtika.testcontainers:testcontainers-spring-boot-parent:3.0.0")
Scala SBT
libraryDependencies += "com.playtika.testcontainers" % "testcontainers-spring-boot-parent" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.playtika.testcontainers', module='testcontainers-spring-boot-parent', version='3.0.0')
)
Apache Ivy
<dependency org="com.playtika.testcontainers" name="testcontainers-spring-boot-parent" rev="3.0.0" />
Leiningen
[com.playtika.testcontainers/testcontainers-spring-boot-parent "3.0.0"]
Apache Buildr
'com.playtika.testcontainers:testcontainers-spring-boot-parent:jar:3.0.0'