Last Version

SQLKing preprocessor 1.0.4

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

preprocessor
Version

Version

1.0.4
Type

Type

jar
Description

Description

SQLKing 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

https://github.com/memtrip/SQLKing

Download preprocessor 1.0.4


<!-- 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"]

Dependencies

compile (3)

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

provided (1)

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

Project Modules

There are no modules declared in this project.