| License |
License |
|---|---|
| GroupId | GroupIdat.datenwort.commons |
| ArtifactId | ArtifactIdsql-completion |
| Version | Version0.8 |
| Type | Typejar |
| Description |
DescriptionSQL 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sql-completion-0.8.pom | |
| sql-completion-0.8.jar | 34 KB |
| sql-completion-0.8-sources.jar | 24 KB |
| sql-completion-0.8-javadoc.jar | 216 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.datenwort.commons/sql-completion/ -->
<dependency>
<groupId>at.datenwort.commons</groupId>
<artifactId>sql-completion</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/at.datenwort.commons/sql-completion/
implementation 'at.datenwort.commons:sql-completion:0.8'
// https://jarcasting.com/artifacts/at.datenwort.commons/sql-completion/
implementation ("at.datenwort.commons:sql-completion:0.8")
'at.datenwort.commons:sql-completion:jar:0.8'
<dependency org="at.datenwort.commons" name="sql-completion" rev="0.8">
<artifact name="sql-completion" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.datenwort.commons', module='sql-completion', version='0.8')
)
libraryDependencies += "at.datenwort.commons" % "sql-completion" % "0.8"
[at.datenwort.commons/sql-completion "0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 21.0.1 |
| 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 |