petradb-jdbc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.edadma</groupId>
<artifactId>petradb-jdbc</artifactId>
<version>1.5.1</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.edadma</groupId>
<artifactId>petradb-jdbc</artifactId>
<packaging>jar</packaging>
<description>An embeddable cross-platform SQL database engine for Scala (JVM, JS, Native)</description>
<url>https://github.com/edadma/petradb</url>
<version>1.5.1</version>
<licenses>
<license>
<name>ISC</name>
<url>https://opensource.org/licenses/ISC</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>petradb-jdbc</name>
<organization>
<name>edadma</name>
<url>https://github.com/edadma</url>
</organization>
<scm>
<url>https://github.com/edadma/petradb</url>
<connection>scm:git@github.com:edadma/petradb.git</connection>
</scm>
<developers>
<developer>
<id>edadma</id>
<name>Edward A. Maxedon, Sr.</name>
<url>https://github.com/edadma</url>
<email>edadma@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>semver-spec</info.versionScheme>
</properties>
</project>