is not current version
Last Version 0.8

at.datenwort.commons:sql-completion 0.3

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

GroupId

GroupId

at.datenwort.commons
ArtifactId

ArtifactId

sql-completion
Version

Version

0.3
Type

Type

jar

Download sql-completion 0.3


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