Download json-logger-1.0.1.jar file - Jar j

Jar examples for j:json-logger

Description

Library to allow logging in json format and ability to config automatic logging of environment variables

You can download jar file json-logger 1.0.1 in this page.

License

BSD License

Build File

You can use the following script to add json-logger-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

json-logger-1.0.1-javadoc.jar
json-logger-1.0.1-sources.jar
json-logger-1.0.1.jar
json-logger-1.0.1.pom



Related Tutorials