| GroupId | GroupIdat.datenwort.commons |
|---|---|
| ArtifactId | ArtifactIdsql-completion |
| Version | Version0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sql-completion-0.3.pom | |
| sql-completion-0.3-sources.jar | 20 KB |
| sql-completion-0.3-javadoc.jar | 468 KB |
| Browse |
<!-- 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"]