MVN

at.datenwort.commons : sql-completion

Maven & Gradle

Feb 21, 2022

SQL Completion · A library which parses an SQL as lenient as possible and provides methods to create a SQL code completion in any capable editor.

<dependency>
    <groupId>at.datenwort.commons</groupId>
    <artifactId>sql-completion</artifactId>
    <version>0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.datenwort.commons : sql-completion to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8

All Versions

Choose a version of at.datenwort.commons : sql-completion to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8
sql-completion-0.8
0.7
sql-completion-0.7
0.6
sql-completion-0.6
0.5
sql-completion-0.5
0.4
sql-completion-0.4
0.3
sql-completion-0.3

How to add a dependency to Maven

Add the following at.datenwort.commons : sql-completion maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.datenwort.commons</groupId>
    <artifactId>sql-completion</artifactId>
    <version>0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.datenwort.commons : sql-completion gradle dependency to your build.gradle file:

implementation 'at.datenwort.commons:sql-completion:0.8'

Gradle Kotlin DSL: Add the following at.datenwort.commons : sql-completion gradle kotlin dependency to your build.gradle.kts file:

implementation("at.datenwort.commons:sql-completion:0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.datenwort.commons : sql-completion sbt scala dependency to your build.sbt file:

libraryDependencies += "at.datenwort.commons" % "sql-completion" % "0.8"