MVN

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

Maven & Gradle

Nov 27, 2018
1 stars

TestContainers JUnit · JUnit addition to TestContainers

<dependency>
    <groupId>com.github.npetzall.testcontainers.junit</groupId>
    <artifactId>junit-parent</artifactId>
    <version>1.10.1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.npetzall.testcontainers.junit : junit-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.10.1.0.0

All Versions

Choose a version of com.github.npetzall.testcontainers.junit : junit-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.10.x
junit-parent-1.10.1.0.0
0.1.x
junit-parent-0.1.0
0.0.x
junit-parent-0.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.npetzall.testcontainers.junit</groupId>
    <artifactId>junit-parent</artifactId>
    <version>1.10.1.0.0</version>
</dependency>

Advertisement