is not current version
Last Version 0.0.2

gg.pistol:lumberjack 0.0.1

This is an extension to the Simple Logging Facade for Java (SLF4J) library that enhances it by adding support for Java Varargs logging methods. This library requires Java version 1.5 or later.

GroupId

GroupId

gg.pistol
ArtifactId

ArtifactId

lumberjack
Version

Version

0.0.1
Type

Type

jar

Download lumberjack 0.0.1


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