is not current version
Last Version 2.1.6

com.googlecode.openbox:log 2.0.8

TestNG log4j2 appender

GroupId

GroupId

com.googlecode.openbox
ArtifactId

ArtifactId

log
Version

Version

2.0.8
Type

Type

jar

Download log 2.0.8


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