MVN

org.wickedsource.logunit : logunit

Maven & Gradle

Sep 22, 2013
3 stars

logunit · Allows testing of logging output from within unit tests.

<dependency>
    <groupId>org.wickedsource.logunit</groupId>
    <artifactId>logunit</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wickedsource.logunit : logunit to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.wickedsource.logunit : logunit to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
logunit-1.1
1.0
logunit-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wickedsource.logunit</groupId>
    <artifactId>logunit</artifactId>
    <version>1.1</version>
</dependency>

Advertisement