Download chop-core-0.1.9.jar file - Jar c

Jar examples for c:chop-core

Description

A simple extensible logging library for Java & Android (inspired by Timber)

You can download jar file chop-core 0.1.9 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add chop-core-0.1.9.jar to your project.

<dependency>
   <groupId>com.episode6.hackit.chop</groupId>
   <artifactId>chop-core</artifactId>
   <version>0.1.9</version>
</dependency>
compile group: 'com.episode6.hackit.chop', name: 'chop-core', version: '0.1.9'
libraryDependencies += "com.episode6.hackit.chop" % "chop-core" % "0.1.9"
<dependency org="com.episode6.hackit.chop" name="chop-core" rev="0.1.9"/>
@Grapes(@Grab(group='com.episode6.hackit.chop', module='chop-core', version='0.1.9'))
'com.episode6.hackit.chop:chop-core:jar:0.1.9'

Download

Click the following link to download the jar file.

chop-core-0.1.9-javadoc.jar
chop-core-0.1.9-sources.jar
chop-core-0.1.9.jar
chop-core-0.1.9.pom



Related Tutorials