is not current version
Last Version 0.8

SQL Completion 0.6

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

License

License

GroupId

GroupId

at.datenwort.commons
ArtifactId

ArtifactId

sql-completion
Version

Version

0.6
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://gitlab.com/datenwort.at/commons/sql-completion
Source Code Management

Source Code Management

https://gitlab.com/datenwort.at/commons/sql-completion/-/tree/main

Download sql-completion 0.6


<!-- https://jarcasting.com/artifacts/at.datenwort.commons/sql-completion/ -->
<dependency>
    <groupId>at.datenwort.commons</groupId>
    <artifactId>sql-completion</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/at.datenwort.commons/sql-completion/
implementation 'at.datenwort.commons:sql-completion:0.6'
// https://jarcasting.com/artifacts/at.datenwort.commons/sql-completion/
implementation ("at.datenwort.commons:sql-completion:0.6")
'at.datenwort.commons:sql-completion:jar:0.6'
<dependency org="at.datenwort.commons" name="sql-completion" rev="0.6">
  <artifact name="sql-completion" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.datenwort.commons', module='sql-completion', version='0.6')
)
libraryDependencies += "at.datenwort.commons" % "sql-completion" % "0.6"
[at.datenwort.commons/sql-completion "0.6"]

Dependencies

provided (1)

Group / Artifact Type Version
org.jetbrains : annotations jar 21.0.1

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.2
org.assertj : assertj-core jar 3.20.2
org.hsqldb : hsqldb jar 2.6.0
org.flywaydb : flyway-core jar 7.13.0

Project Modules

There are no modules declared in this project.