is not current version
Last Version 1.0.2

org.aludratest:log4testing 1.0.1

A configurable Logging Framework for generic test execution logging. Supports several output formats, including XML and HTML, and can be connected to different testing frameworks.

GroupId

GroupId

org.aludratest
ArtifactId

ArtifactId

log4testing
Version

Version

1.0.1
Type

Type

jar

Download log4testing 1.0.1


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