не последняя версия
Последняя версия 0.8

at.datenwort.commons:sql-completion 0.5

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

Группа

Группа

at.datenwort.commons
Идентификатор

Идентификатор

sql-completion
Версия

Версия

0.5
Тип

Тип

jar

Скачать sql-completion 0.5


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