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

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

Download

Click the following link to download the jar file.

log-0.94-javadoc.jar
log-0.94-sources.jar
log-0.94-test-sources.jar
log-0.94-tests.jar
log-0.94.jar
log-0.94.pom



Related Tutorials