| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.exasol | 
    
| ArtifactId | ArtifactIdsql-statement-builder | 
    
| Last Version | Last Version4.5.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionExasol SQL Statement Builder 
            This module provides a Builder for SQL statements that helps creating the correct structure and
        validates variable parts of the statements. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.exasol/sql-statement-builder/ -->
<dependency>
    <groupId>com.exasol</groupId>
    <artifactId>sql-statement-builder</artifactId>
    <version>4.5.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.exasol/sql-statement-builder/
implementation 'com.exasol:sql-statement-builder:4.5.1'
                // https://jarcasting.com/artifacts/com.exasol/sql-statement-builder/
implementation ("com.exasol:sql-statement-builder:4.5.1")
                'com.exasol:sql-statement-builder:jar:4.5.1'
                <dependency org="com.exasol" name="sql-statement-builder" rev="4.5.1">
  <artifact name="sql-statement-builder" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.exasol', module='sql-statement-builder', version='4.5.1')
)
                libraryDependencies += "com.exasol" % "sql-statement-builder" % "4.5.1"
                [com.exasol/sql-statement-builder "4.5.1"]