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

<dependency>
   <groupId>com.github.snowdream.android.util</groupId>
   <artifactId>log</artifactId>
   <version>1.0.4</version>
</dependency>
compile group: 'com.github.snowdream.android.util', name: 'log', version: '1.0.4'
libraryDependencies += "com.github.snowdream.android.util" % "log" % "1.0.4"
<dependency org="com.github.snowdream.android.util" name="log" rev="1.0.4"/>
@Grapes(@Grab(group='com.github.snowdream.android.util', module='log', version='1.0.4'))
'com.github.snowdream.android.util:log:jar:1.0.4'

Download

Click the following link to download the jar file.

log-1.0.4-javadoc.jar
log-1.0.4-sources.jar
log-1.0.4.jar
log-1.0.4.pom



Related Tutorials