MVN

com.github.schlak : universalQB

Maven & Gradle

Apr 18, 2019
0 stars

The java lib universalQB can be used to access different databases using formalized objects. These objects got converted into a query matching to the syntactical rules of the database management system

<dependency>
    <groupId>com.github.schlak</groupId>
    <artifactId>universalQB</artifactId>
    <version>0.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.schlak : universalQB to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.4

All Versions

Choose a version of com.github.schlak : universalQB to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
universalQB-0.6.4
universalQB-0.6.3
0.4
universalQB-0.4-Snapshot
0.3
universalQB-0.3-Snapshot
0.2
universalQB-0.2-Snapshot
0.1
universalQB-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.schlak</groupId>
    <artifactId>universalQB</artifactId>
    <version>0.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.schlak : universalQB gradle dependency to your build.gradle file:

implementation 'com.github.schlak:universalQB:0.6.4'

Gradle Kotlin DSL: Add the following com.github.schlak : universalQB gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.schlak:universalQB:0.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.schlak : universalQB sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.schlak" % "universalQB" % "0.6.4"

Advertisement