hgdb-pgjdbc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.highgo</groupId> <artifactId>hgdb-pgjdbc</artifactId> <version>42.5.0</version> </dependency>
<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> <groupId>com.highgo</groupId> <artifactId>hgdb-pgjdbc</artifactId> <version>42.5.0</version> <packaging>jar</packaging> <name>hgdb pgjdbc</name> <description>Highgo Database JDBC Driver based on pgjdbc usage</description> <url>https://www.highgo.com/</url> <organization> <name>Highgo Software</name> <url>https://www.highgo.com/</url> </organization> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>highgo</id> <name>Highgo Software</name> </developer> </developers> <scm> <connection>scm:https://github.com/highgo-driver/hgdb-jdbc.git</connection> <developerConnection>scm:https://github.com/highgo-driver/hgdb-jdbc.git</developerConnection> <url>https://github.com/highgo-driver/hgdb-jdbc</url> </scm> </project>