argo-sqlite
sqlite mapper for Android using Processor
License |
License |
---|---|
Categories |
CategoriesSQLite Data Databases |
GroupId | GroupIdcom.github.yamingd.android |
ArtifactId | ArtifactIdsqlite-annotation |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAndroid Sqlite Mapper
Android Sqlite
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqlite-annotation-2.2.0.pom | |
sqlite-annotation-2.2.0.jar | 1 KB |
sqlite-annotation-2.2.0-sources.jar | 1 KB |
sqlite-annotation-2.2.0-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yamingd.android/sqlite-annotation/ -->
<dependency>
<groupId>com.github.yamingd.android</groupId>
<artifactId>sqlite-annotation</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yamingd.android/sqlite-annotation/
implementation 'com.github.yamingd.android:sqlite-annotation:2.2.0'
// https://jarcasting.com/artifacts/com.github.yamingd.android/sqlite-annotation/
implementation ("com.github.yamingd.android:sqlite-annotation:2.2.0")
'com.github.yamingd.android:sqlite-annotation:jar:2.2.0'
<dependency org="com.github.yamingd.android" name="sqlite-annotation" rev="2.2.0">
<artifact name="sqlite-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yamingd.android', module='sqlite-annotation', version='2.2.0')
)
libraryDependencies += "com.github.yamingd.android" % "sqlite-annotation" % "2.2.0"
[com.github.yamingd.android/sqlite-annotation "2.2.0"]
sqlite mapper for Android using Processor