SQLKing common

SQLKing is an Android SQLite ORM powered an annotation preprocessor, tables are defined by Model classes and CRUD classes expose an expressive api for SQLite executing queries.

License

License

GroupId

GroupId

com.memtrip.sqlking
ArtifactId

ArtifactId

common
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

SQLKing common
SQLKing is an Android SQLite ORM powered an annotation preprocessor, tables are defined by Model classes and CRUD classes expose an expressive api for SQLite executing queries.
Project URL

Project URL

https://github.com/memtrip/SQLKing

Download common

How to add to project

<!-- https://jarcasting.com/artifacts/com.memtrip.sqlking/common/ -->
<dependency>
    <groupId>com.memtrip.sqlking</groupId>
    <artifactId>common</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.memtrip.sqlking/common/
implementation 'com.memtrip.sqlking:common:1.0.4'
// https://jarcasting.com/artifacts/com.memtrip.sqlking/common/
implementation ("com.memtrip.sqlking:common:1.0.4")
'com.memtrip.sqlking:common:jar:1.0.4'
<dependency org="com.memtrip.sqlking" name="common" rev="1.0.4">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.memtrip.sqlking', module='common', version='1.0.4')
)
libraryDependencies += "com.memtrip.sqlking" % "common" % "1.0.4"
[com.memtrip.sqlking/common "1.0.4"]

Dependencies

provided (1)

Group / Artifact Type Version
com.google.android : android jar 2.3.3

Project Modules

There are no modules declared in this project.
com.memtrip.sqlking

memtrip

The wheel put the giants out of business.

Versions

Version
1.0.4
1.0.3