Android Sqlite Mapper

Android Sqlite

License

License

Categories

Categories

SQLite Data Databases
GroupId

GroupId

com.github.yamingd.android
ArtifactId

ArtifactId

sqlite-annotation
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Android Sqlite Mapper
Android Sqlite
Project URL

Project URL

https://github.com/yamingd/argo-sqlite
Source Code Management

Source Code Management

https://github.com/yamingd/argo-sqlite

Download sqlite-annotation

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

argo-sqlite

sqlite mapper for Android using Processor

Versions

Version
2.2.0
2.1.0
1.2.0
1.1.0
1.0.0