Download android-annotatedsql-api-1.10.3.jar file - Jar a

Jar examples for a:android-annotatedsql-api

Description

Android library to create schema and content provider by using annotations

You can download jar file android-annotatedsql-api 1.10.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add android-annotatedsql-api-1.10.3.jar to your project.

<dependency>
   <groupId>com.github.hamsterksu</groupId>
   <artifactId>android-annotatedsql-api</artifactId>
   <version>1.10.3</version>
</dependency>
compile group: 'com.github.hamsterksu', name: 'android-annotatedsql-api', version: '1.10.3'
libraryDependencies += "com.github.hamsterksu" % "android-annotatedsql-api" % "1.10.3"
<dependency org="com.github.hamsterksu" name="android-annotatedsql-api" rev="1.10.3"/>
@Grapes(@Grab(group='com.github.hamsterksu', module='android-annotatedsql-api', version='1.10.3'))
'com.github.hamsterksu:android-annotatedsql-api:jar:1.10.3'

Download

Click the following link to download the jar file.

android-annotatedsql-api-1.10.3-javadoc.jar
android-annotatedsql-api-1.10.3-sources.jar
android-annotatedsql-api-1.10.3.jar
android-annotatedsql-api-1.10.3.pom



Related Tutorials