Categories |
CategoriesJUnit Unit Testing Container |
---|---|
GroupId | GroupIdcom.github.npetzall.testcontainers.junit |
ArtifactId | ArtifactIdjunit-parent |
Version | Version0.1.0 |
Type | Typepom |
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"]