MVN

org.testifyproject.junit4 : junit4

Maven & Gradle

Aug 22, 2018
7 stars

[JUnit 4] · Parent module of Testify's custom JUnit test runners implementations

<dependency>
    <groupId>org.testifyproject.junit4</groupId>
    <artifactId>junit4</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.testifyproject.junit4 : junit4 to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of org.testifyproject.junit4 : junit4 to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
junit4-1.0.6
junit4-1.0.5
junit4-1.0.4
junit4-1.0.3
junit4-1.0.2
junit4-1.0.1
junit4-1.0.0
0.9.x
junit4-0.9.9
junit4-0.9.8
junit4-0.9.7
junit4-0.9.6
junit4-0.9.5
junit4-0.9.4
junit4-0.9.3
junit4-0.9.2
junit4-0.9.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.testifyproject.junit4</groupId>
    <artifactId>junit4</artifactId>
    <version>1.0.6</version>
</dependency>

Advertisement