Download lib-logger-0.4.0.jar file - Jar l

Jar examples for l:lib-logger

Description

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.

You can download jar file lib-logger 0.4.0 in this page.

License

The GNU General Public License, Version 3.0

Build File

You can use the following script to add lib-logger-0.4.0.jar to your project.

<dependency>
   <groupId>com.github.naoghuman</groupId>
   <artifactId>lib-logger</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'com.github.naoghuman', name: 'lib-logger', version: '0.4.0'
libraryDependencies += "com.github.naoghuman" % "lib-logger" % "0.4.0"
<dependency org="com.github.naoghuman" name="lib-logger" rev="0.4.0"/>
@Grapes(@Grab(group='com.github.naoghuman', module='lib-logger', version='0.4.0'))
'com.github.naoghuman:lib-logger:jar:0.4.0'

Download

Click the following link to download the jar file.

lib-logger-0.4.0-javadoc.jar
lib-logger-0.4.0-sources.jar
lib-logger-0.4.0.jar
lib-logger-0.4.0.pom



Related Tutorials