jdbcrest-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.synthesized</groupId>
<artifactId>jdbcrest-core</artifactId>
<version>1.5</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>io.synthesized</groupId>
<artifactId>jdbcrest-core</artifactId>
<version>1.5</version>
<name>JDBC-REST Core</name>
<description>Core library for JDBC-REST, contains query parser and transpilers.</description>
<url>https://github.com/synthesized-io/jdbcrest/jdbcrest-core</url>
<inceptionYear>2026</inceptionYear>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>synthesized</id>
<name>Synthesized Ltd</name>
<email>info@synthesized.io</email>
<organization>Synthesized Ltd</organization>
<organizationUrl>https://www.synthesized.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/synthesized-io/jdbcrest.git/jdbcrest-core</connection>
<developerConnection>scm:git:ssh://github.com:synthesized-io/jdbcrest.git/jdbcrest-core</developerConnection>
<url>https://github.com/synthesized-io/jdbcrest/tree/main/jdbcrest-core</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jooq.pro-java-17</groupId>
<artifactId>jooq</artifactId>
<version>3.20.9</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>