Last Version

SQLKing client 1.0.5

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

Categories

Categories

CLI User Interface
GroupId

GroupId

com.memtrip.sqlking
ArtifactId

ArtifactId

client
Version

Version

1.0.5
Type

Type

aar
Description

Description

SQLKing client
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

http://www.memtrip.com
Source Code Management

Source Code Management

https://github.com/memtrip/SQLKing

Download client 1.0.5


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

Dependencies

compile (3)

Group / Artifact Type Version
io.reactivex : rxandroid jar 1.1.0
com.memtrip.sqlking : common jar 1.0.4
io.reactivex : rxjava jar 1.1.1

Project Modules

There are no modules declared in this project.