is not current version
Last Version 4.5.1

com.exasol:sql-statement-builder 0.4.1

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

0.4.1
Type

Type

jar

Download sql-statement-builder 0.4.1


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