is not current version
Last Version 2.2.0

com.github.yamingd.android:sqlite-annotation 1.0.0

Android Sqlite Mapper

Categories

Categories

SQLite Data Databases
GroupId

GroupId

com.github.yamingd.android
ArtifactId

ArtifactId

sqlite-annotation
Version

Version

1.0.0
Type

Type

jar

Download sqlite-annotation 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.yamingd.android/sqlite-annotation/ -->
<dependency>
    <groupId>com.github.yamingd.android</groupId>
    <artifactId>sqlite-annotation</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yamingd.android/sqlite-annotation/
implementation 'com.github.yamingd.android:sqlite-annotation:1.0.0'
// https://jarcasting.com/artifacts/com.github.yamingd.android/sqlite-annotation/
implementation ("com.github.yamingd.android:sqlite-annotation:1.0.0")
'com.github.yamingd.android:sqlite-annotation:jar:1.0.0'
<dependency org="com.github.yamingd.android" name="sqlite-annotation" rev="1.0.0">
  <artifact name="sqlite-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yamingd.android', module='sqlite-annotation', version='1.0.0')
)
libraryDependencies += "com.github.yamingd.android" % "sqlite-annotation" % "1.0.0"
[com.github.yamingd.android/sqlite-annotation "1.0.0"]