is not current version
Last Version 1.10.1.0.0

com.github.npetzall.testcontainers.junit:junit-parent 0.1.0

JUnit addition to TestContainers

Categories

Categories

JUnit Unit Testing Container
GroupId

GroupId

com.github.npetzall.testcontainers.junit
ArtifactId

ArtifactId

junit-parent
Version

Version

0.1.0
Type

Type

pom

Download junit-parent 0.1.0

Filename Size
junit-parent-0.1.0.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.npetzall.testcontainers.junit/junit-parent/ -->
<dependency>
    <groupId>com.github.npetzall.testcontainers.junit</groupId>
    <artifactId>junit-parent</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.npetzall.testcontainers.junit/junit-parent/
implementation 'com.github.npetzall.testcontainers.junit:junit-parent:0.1.0'
// https://jarcasting.com/artifacts/com.github.npetzall.testcontainers.junit/junit-parent/
implementation ("com.github.npetzall.testcontainers.junit:junit-parent:0.1.0")
'com.github.npetzall.testcontainers.junit:junit-parent:pom:0.1.0'
<dependency org="com.github.npetzall.testcontainers.junit" name="junit-parent" rev="0.1.0">
  <artifact name="junit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.npetzall.testcontainers.junit', module='junit-parent', version='0.1.0')
)
libraryDependencies += "com.github.npetzall.testcontainers.junit" % "junit-parent" % "0.1.0"
[com.github.npetzall.testcontainers.junit/junit-parent "0.1.0"]