Files download
File Operation
sqlite-annotation-2.2.0.jar download
sqlite-annotation-2.2.0.pom download
sqlite-annotation-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.yamingd.android</groupId>
  <artifactId>sqlite-annotation</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.yamingd.android:sqlite-annotation:2.2.0'
Gradle Kotlin
implementation("com.github.yamingd.android:sqlite-annotation:2.2.0")
Scala SBT
libraryDependencies += "com.github.yamingd.android" % "sqlite-annotation" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.yamingd.android', module='sqlite-annotation', version='2.2.0')
)
Apache Ivy
<dependency org="com.github.yamingd.android" name="sqlite-annotation" rev="2.2.0" />
Leiningen
[com.github.yamingd.android/sqlite-annotation "2.2.0"]
Apache Buildr
'com.github.yamingd.android:sqlite-annotation:jar:2.2.0'