GroupId | GroupIdlog4unit |
---|---|
ArtifactId | ArtifactIdlog4unit |
Version | Version0.2.0_1 |
Type | Typejar |
Description |
DescriptionLog4Unit
Log4Unit is a JUnit extension combining JUnit with Log4J
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
log4unit-0.2.0_1.pom | |
log4unit-0.2.0_1.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/log4unit/log4unit/ -->
<dependency>
<groupId>log4unit</groupId>
<artifactId>log4unit</artifactId>
<version>0.2.0_1</version>
</dependency>
// https://jarcasting.com/artifacts/log4unit/log4unit/
implementation 'log4unit:log4unit:0.2.0_1'
// https://jarcasting.com/artifacts/log4unit/log4unit/
implementation ("log4unit:log4unit:0.2.0_1")
'log4unit:log4unit:jar:0.2.0_1'
<dependency org="log4unit" name="log4unit" rev="0.2.0_1">
<artifact name="log4unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='log4unit', module='log4unit', version='0.2.0_1')
)
libraryDependencies += "log4unit" % "log4unit" % "0.2.0_1"
[log4unit "0.2.0_1"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.8 |
junit : junit | jar | 3.8.1 |