MVN

com.memtrip.sqlking : common

Maven & Gradle

Apr 15, 2016
2 usages
21 stars

SQLKing 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.

<dependency>
    <groupId>com.memtrip.sqlking</groupId>
    <artifactId>common</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.memtrip.sqlking : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.memtrip.sqlking : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
common-1.0.4
common-1.0.3

How to add a dependency to Maven

Add the following com.memtrip.sqlking : common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.memtrip.sqlking</groupId>
    <artifactId>common</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.memtrip.sqlking : common gradle dependency to your build.gradle file:

implementation 'com.memtrip.sqlking:common:1.0.4'

Gradle Kotlin DSL: Add the following com.memtrip.sqlking : common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.memtrip.sqlking:common:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.memtrip.sqlking : common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.memtrip.sqlking" % "common" % "1.0.4"

Advertisement

Dependencies from Group

Apr 15, 2016
2 usages
21 stars
Apr 15, 2016
21 stars
Apr 15, 2016
21 stars

Discover Dependencies

Dec 23, 2016
2 usages
2.3k stars
Dec 23, 2016
2 usages
2.3k stars
May 26, 2016
3 usages
947 stars
Sep 27, 2016
6 usages
2 stars
Jan 14, 2020
2 usages
16 stars
May 16, 2020
2 usages
94 stars
Nov 29, 2016
2 usages
0 stars
Jul 12, 2017
2 usages
0 stars