License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.memtrip.sqlking |
ArtifactId | ArtifactIdclient |
Version | Version1.0.5 |
Type | Typeaar |
Description |
DescriptionSQLKing 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-1.0.5.pom | |
client-1.0.5.aar | 27 KB |
client-1.0.5-sources.jar | 18 KB |
client-1.0.5-javadoc.jar | 96 KB |
Browse |
<!-- 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"]
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 |