is not current version
Last Version 4.5.1

com.exasol:sql-statement-builder 4.1.0

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

GroupId

GroupId

com.exasol
ArtifactId

ArtifactId

sql-statement-builder
Version

Version

4.1.0
Type

Type

jar

Download sql-statement-builder 4.1.0


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