is not current version
Last Version 2.1.6

com.googlecode.openbox:log 2.1.1

TestNG log4j2 appender

GroupId

GroupId

com.googlecode.openbox
ArtifactId

ArtifactId

log
Version

Version

2.1.1
Type

Type

jar

Download log 2.1.1


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