| License |
License |
|---|---|
| GroupId | GroupIdcom.memtrip.sqlking |
| ArtifactId | ArtifactIdpreprocessor |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSQLKing preprocessor
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 |
|---|---|
| preprocessor-1.0.4.pom | |
| preprocessor-1.0.4.jar | 32 KB |
| preprocessor-1.0.4-sources.jar | 20 KB |
| preprocessor-1.0.4-javadoc.jar | 158 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.memtrip.sqlking/preprocessor/ -->
<dependency>
<groupId>com.memtrip.sqlking</groupId>
<artifactId>preprocessor</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.memtrip.sqlking/preprocessor/
implementation 'com.memtrip.sqlking:preprocessor:1.0.4'
// https://jarcasting.com/artifacts/com.memtrip.sqlking/preprocessor/
implementation ("com.memtrip.sqlking:preprocessor:1.0.4")
'com.memtrip.sqlking:preprocessor:jar:1.0.4'
<dependency org="com.memtrip.sqlking" name="preprocessor" rev="1.0.4">
<artifact name="preprocessor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.memtrip.sqlking', module='preprocessor', version='1.0.4')
)
libraryDependencies += "com.memtrip.sqlking" % "preprocessor" % "1.0.4"
[com.memtrip.sqlking/preprocessor "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.auto.service : auto-service | jar | 1.0-rc2 |
| org.freemarker : freemarker | jar | 2.3.23 |
| com.memtrip.sqlking : common | jar | 1.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 2.3.3 |