MVN

net.sf.matrixjavalib : unitils

Maven & Gradle

Sep 28, 2020
0 stars

Unitils · Unitils provides utilities to further simplify unit-testing with JUnit, DBUnit, EasyMock Hibernate and Spring. The goal is to make unit-testing easy and maintainable by offering utilities such as automatic DB-schema maintainance and equality assertion through reflection.

<dependency>
    <groupId>net.sf.matrixjavalib</groupId>
    <artifactId>unitils</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.matrixjavalib : unitils to add to Maven - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of net.sf.matrixjavalib : unitils to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
unitils-4.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.matrixjavalib</groupId>
    <artifactId>unitils</artifactId>
    <version>4.0.0</version>
</dependency>

Advertisement