Download appcore-1.1.0.jar file - Jar a

Jar examples for a:appcore

Description

Small android framework for faster developing apps.

You can download jar file appcore 1.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add appcore-1.1.0.jar to your project.

<dependency>
   <groupId>mobi.cangol.mobile</groupId>
   <artifactId>appcore</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'mobi.cangol.mobile', name: 'appcore', version: '1.1.0'
libraryDependencies += "mobi.cangol.mobile" % "appcore" % "1.1.0"
<dependency org="mobi.cangol.mobile" name="appcore" rev="1.1.0"/>
@Grapes(@Grab(group='mobi.cangol.mobile', module='appcore', version='1.1.0'))
'mobi.cangol.mobile:appcore:jar:1.1.0'

Download

Click the following link to download the jar file.

appcore-1.1.0-javadoc.jar
appcore-1.1.0-sources.jar
appcore-1.1.0.jar
appcore-1.1.0.pom



Related Tutorials