Download clogr-0.7.0.jar file - Jar c

Jar examples for c:clogr

Description

Clogr simplifies SLF4J logging while providing compartmentalized logging configurations via Csar.

You can download jar file clogr 0.7.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add clogr-0.7.0.jar to your project.

<dependency>
   <groupId>io.clogr</groupId>
   <artifactId>clogr</artifactId>
   <version>0.7.0</version>
</dependency>
compile group: 'io.clogr', name: 'clogr', version: '0.7.0'
libraryDependencies += "io.clogr" % "clogr" % "0.7.0"
<dependency org="io.clogr" name="clogr" rev="0.7.0"/>
@Grapes(@Grab(group='io.clogr', module='clogr', version='0.7.0'))
'io.clogr:clogr:jar:0.7.0'

Download

Click the following link to download the jar file.

clogr-0.7.0-javadoc.jar
clogr-0.7.0-sources.jar
clogr-0.7.0.jar
clogr-0.7.0.pom



Related Tutorials