Download chop-core-0.1.8.1.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.8.1 in this page.

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials