Download log-0.2.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.2 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.2.jar to your project.

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

Download

Click the following link to download the jar file.

log-0.2-javadoc.jar
log-0.2-sources.jar
log-0.2.jar
log-0.2.pom



Related Tutorials