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

com.exasol:sql-statement-builder 4.3.0

This module provides a Builder for SQL statements that helps creating the correct structure and validates variable parts of the statements.

Группа

Группа

com.exasol
Идентификатор

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

sql-statement-builder
Версия

Версия

4.3.0
Тип

Тип

jar

Скачать sql-statement-builder 4.3.0


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