| License |
License |
|---|---|
| GroupId | GroupIdcom.memtrip.sqlking |
| ArtifactId | ArtifactIdcommon |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSQLKing 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 |
| Filename | Size |
|---|---|
| common-1.0.4.pom | |
| common-1.0.4.jar | 3 KB |
| common-1.0.4-sources.jar | 3 KB |
| common-1.0.4-javadoc.jar | 34 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 2.3.3 |