MVN

fi.jumi : parent

Maven & Gradle

Feb 07, 2014
71 stars

Common test runner for the JVM. Natively supports running tests in parallel. Full stack from UI to class loading. Overcomes a bunch of limitations in JUnit's test runner, IDEs and build tools.

<dependency>
    <groupId>fi.jumi</groupId>
    <artifactId>parent</artifactId>
    <version>0.5.437</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fi.jumi : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.5.437

All Versions

Choose a version of fi.jumi : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
parent-0.5.437
parent-0.5.390
parent-0.5.376
parent-0.5.365
0.4.x
parent-0.4.350
parent-0.4.345
parent-0.4.317
parent-0.4.313
0.3.x
parent-0.3.257
0.2.x
parent-0.2.241
parent-0.2.235
0.1.x
parent-0.1.196
parent-0.1.64
parent-0.1.46

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>fi.jumi</groupId>
    <artifactId>parent</artifactId>
    <version>0.5.437</version>
</dependency>

Advertisement