t

testcontainers-spring-boot-parent

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