MVN

com.github.hamsterksu : android-annotatedsql-processor

Maven & Gradle

Oct 25, 2014
2 usages
160 stars

android-annotatedsql · Android library to create schema and content provider by using annotations

<dependency>
    <groupId>com.github.hamsterksu</groupId>
    <artifactId>android-annotatedsql-processor</artifactId>
    <version>1.10.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hamsterksu : android-annotatedsql-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.3

All Versions

Choose a version of com.github.hamsterksu : android-annotatedsql-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
android-annotatedsql-processor-1.10.3
android-annotatedsql-processor-1.10.2
android-annotatedsql-processor-1.10.1
android-annotatedsql-processor-1.10.0
1.9.x
android-annotatedsql-processor-1.9.1
android-annotatedsql-processor-1.9.0
1.8.x
android-annotatedsql-processor-1.8.3
android-annotatedsql-processor-1.8.2
android-annotatedsql-processor-1.8.1
android-annotatedsql-processor-1.8.0
1.7.x
android-annotatedsql-processor-1.7.8
android-annotatedsql-processor-1.7.7
android-annotatedsql-processor-1.7.6
android-annotatedsql-processor-1.7.5
android-annotatedsql-processor-1.7.4

How to add a dependency to Maven

Add the following com.github.hamsterksu : android-annotatedsql-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hamsterksu</groupId>
    <artifactId>android-annotatedsql-processor</artifactId>
    <version>1.10.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hamsterksu : android-annotatedsql-processor gradle dependency to your build.gradle file:

implementation 'com.github.hamsterksu:android-annotatedsql-processor:1.10.3'

Gradle Kotlin DSL: Add the following com.github.hamsterksu : android-annotatedsql-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hamsterksu:android-annotatedsql-processor:1.10.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hamsterksu : android-annotatedsql-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hamsterksu" % "android-annotatedsql-processor" % "1.10.3"