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

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

Download

Click the following link to download the jar file.

log-0.0.3-javadoc.jar
log-0.0.3-sources.jar
log-0.0.3.jar
log-0.0.3.pom



Related Tutorials