Categories |
CategoriesJUnit Unit Testing Container |
---|---|
GroupId | GroupIdcom.github.npetzall.testcontainers.junit |
ArtifactId | ArtifactIdjunit-parent |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
junit-parent-0.0.4.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.0.4</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.0.4'
// https://jarcasting.com/artifacts/com.github.npetzall.testcontainers.junit/junit-parent/
implementation ("com.github.npetzall.testcontainers.junit:junit-parent:0.0.4")
'com.github.npetzall.testcontainers.junit:junit-parent:pom:0.0.4'
<dependency org="com.github.npetzall.testcontainers.junit" name="junit-parent" rev="0.0.4">
<artifact name="junit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.npetzall.testcontainers.junit', module='junit-parent', version='0.0.4')
)
libraryDependencies += "com.github.npetzall.testcontainers.junit" % "junit-parent" % "0.0.4"
[com.github.npetzall.testcontainers.junit/junit-parent "0.0.4"]