vertices-sql-common_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.davidgregory084</groupId>
<artifactId>vertices-sql-common_2.12</artifactId>
<version>0.1.2</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<name>vertices-sql-common_2.12</name>
<groupId>io.github.davidgregory084</groupId>
<artifactId>vertices-sql-common_2.12</artifactId>
<packaging>jar</packaging>
<description>vertices-sql-common</description>
<version>0.1.2</version>
<url>https://github.com/DavidGregory084/vertices</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://spdx.org/licenses/Apache-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/DavidGregory084/vertices.git</connection>
<developerConnection>scm:git:ssh://git@github.com:DavidGregory084/vertices.git</developerConnection>
<url>https://github.com/DavidGregory084/vertices</url>
</scm>
<developers>
<developer>
<id>DavidGregory084</id>
<name>David Gregory</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sql-common</artifactId>
<version>3.8.5</version>
</dependency>
<dependency>
<groupId>io.github.davidgregory084</groupId>
<artifactId>vertices-core_2.12</artifactId>
<version>0.1.2</version>
</dependency>
</dependencies>
</project>