sql-genie-builder
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.genie-cloud</groupId>
<artifactId>sql-genie-builder</artifactId>
<version>1.1.1-jdk8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.genie-cloud</groupId>
<artifactId>sql-genie</artifactId>
<version>1.1.1-jdk8</version><!-- project version -->
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sql-genie-builder</artifactId>
<dependencies>
<dependency>
<groupId>io.github.genie-cloud</groupId>
<artifactId>sql-genie-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
</project>