Download Log-1.0.0.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.0 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.0.jar to your project.

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

Download

Click the following link to download the jar file.

log-1.0.0-javadoc.jar
log-1.0.0-sources.jar
log-1.0.0.jar
log-1.0.0.pom



Related Tutorials