Download quicklib-core-1.0.1.jar file - Jar q

Jar examples for q:quicklib-core

Description

Quicklib is a lightweight Android library that provides a bunch of utility classes used to simplify your dev

You can download jar file quicklib-core 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add quicklib-core-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

quicklib-core-1.0.1-javadoc.jar
quicklib-core-1.0.1-sources.jar
quicklib-core-1.0.1.pom



Related Tutorials