MVN

com.vincestyling.asqliteplus : asqliteplus

Maven & Gradle

May 19, 2015
42 stars

aSQLite+ · A library bring numerous handy classes and methods to help us concatenating and performing those CURD SQLs in Android SQLite.

<dependency>
    <groupId>com.vincestyling.asqliteplus</groupId>
    <artifactId>asqliteplus</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vincestyling.asqliteplus : asqliteplus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of com.vincestyling.asqliteplus : asqliteplus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
asqliteplus-0.2
0.1
asqliteplus-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.vincestyling.asqliteplus</groupId>
    <artifactId>asqliteplus</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vincestyling.asqliteplus : asqliteplus gradle dependency to your build.gradle file:

implementation 'com.vincestyling.asqliteplus:asqliteplus:0.2'

Gradle Kotlin DSL: Add the following com.vincestyling.asqliteplus : asqliteplus gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vincestyling.asqliteplus:asqliteplus:0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vincestyling.asqliteplus : asqliteplus sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vincestyling.asqliteplus" % "asqliteplus" % "0.2"

Advertisement