Download common-base-1.0.1.jar file - Jar c

Jar examples for c:common-base

Description

A common library for android

You can download jar file common-base 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add common-base-1.0.1.jar to your project.

<dependency>
   <groupId>com.itith.common</groupId>
   <artifactId>common-base</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.itith.common', name: 'common-base', version: '1.0.1'
libraryDependencies += "com.itith.common" % "common-base" % "1.0.1"
<dependency org="com.itith.common" name="common-base" rev="1.0.1"/>
@Grapes(@Grab(group='com.itith.common', module='common-base', version='1.0.1'))
'com.itith.common:common-base:jar:1.0.1'

Download

Click the following link to download the jar file.

common-base-1.0.1.pom



Related Tutorials