is not current version
Last Version 1.0.4

com.memtrip.sqlking:preprocessor 1.0.3

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.

GroupId

GroupId

com.memtrip.sqlking
ArtifactId

ArtifactId

preprocessor
Version

Version

1.0.3
Type

Type

jar

Download preprocessor 1.0.3


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