sql-statement-builder
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.exasol</groupId> <artifactId>sql-statement-builder</artifactId> <version>4.5.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.exasol</groupId> <artifactId>sql-statement-builder</artifactId> <version>4.5.3</version> <name>Exasol SQL Statement Builder</name> <description>This module provides a Builder for SQL statements that helps creating the correct structure and validates variable parts of the statements.</description> <url>https://github.com/exasol/sql-statement-builder/</url> <inceptionYear>2018</inceptionYear> <licenses> <license> <name>MIT License</name> <url>https://github.com/exasol/sql-statement-builder/blob/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Exasol</name> <email>opensource@exasol.com</email> <organization>Exasol AG</organization> <organizationUrl>https://www.exasol.com/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/exasol/sql-statement-builder.git/sql-statement-builder</connection> <developerConnection>scm:git:https://github.com/exasol/sql-statement-builder.git/sql-statement-builder</developerConnection> <url>https://github.com/exasol/sql-statement-builder/sql-statement-builder/</url> </scm> <distributionManagement> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> </project>