Download lib-logger-0.5.1.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.5.1 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.5.1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials