is not current version
Last Version 0.7.0

com.github.naoghuman:lib-logger 0.4.1

Lib-Logger is a library for `easy` logging with the `Apache Log4j 2` in a JavaFX & Maven desktop application. See https://github.com/Naoghuman/lib-logger for more details.

GroupId

GroupId

com.github.naoghuman
ArtifactId

ArtifactId

lib-logger
Version

Version

0.4.1
Type

Type

jar

Download lib-logger 0.4.1


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