Download formatted-log-0.0.5.jar file - Jar f

Jar examples for f:formatted-log

Description

Android Log wrapper class that supports string formatting and automatically generate a tag

You can download jar file formatted-log 0.0.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

formatted-log-0.0.5-javadoc.jar
formatted-log-0.0.5-sources.jar
formatted-log-0.0.5.pom



Related Tutorials