Download log-0.149.jar file - Jar l

Jar examples for l:log

Description

Ultimately minimal yet very convenient logger for Android and Java

You can download jar file log 0.149 in this page.

License

GNU General Public License; either version 2 of the License, or (at your option) any later version

Build File

You can use the following script to add log-0.149.jar to your project.

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

Download

Click the following link to download the jar file.

log-0.149-javadoc.jar
log-0.149-sources.jar
log-0.149-test-sources.jar
log-0.149-tests.jar
log-0.149.jar
log-0.149.pom



Related Tutorials