is not current version
Last Version 1.1

org.wickedsource.logunit:logunit 1.0

Allows testing of logging output from within unit tests.

GroupId

GroupId

org.wickedsource.logunit
ArtifactId

ArtifactId

logunit
Version

Version

1.0
Type

Type

pom

Download logunit 1.0

Filename Size
logunit-1.0.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.wickedsource.logunit/logunit/ -->
<dependency>
    <groupId>org.wickedsource.logunit</groupId>
    <artifactId>logunit</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wickedsource.logunit/logunit/
implementation 'org.wickedsource.logunit:logunit:1.0'
// https://jarcasting.com/artifacts/org.wickedsource.logunit/logunit/
implementation ("org.wickedsource.logunit:logunit:1.0")
'org.wickedsource.logunit:logunit:pom:1.0'
<dependency org="org.wickedsource.logunit" name="logunit" rev="1.0">
  <artifact name="logunit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wickedsource.logunit', module='logunit', version='1.0')
)
libraryDependencies += "org.wickedsource.logunit" % "logunit" % "1.0"
[org.wickedsource.logunit/logunit "1.0"]