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