MVN

io.github.hslightdb : lightdb-jdbc

Maven & Gradle

Sep 08, 2022
0 stars

PostgreSQL JDBC Driver - JDBC 4.2 · Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database

<dependency>
    <groupId>io.github.hslightdb</groupId>
    <artifactId>lightdb-jdbc</artifactId>
    <version>22.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.hslightdb : lightdb-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 22.3.3

All Versions

Choose a version of io.github.hslightdb : lightdb-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
42.2.x
lightdb-jdbc-42.2.30
lightdb-jdbc-42.2.29
lightdb-jdbc-42.2.27
lightdb-jdbc-42.2.26
lightdb-jdbc-42.2.25
lightdb-jdbc-42.2.24
22.3.x
lightdb-jdbc-22.3.3
lightdb-jdbc-22.3.2
lightdb-jdbc-22.3.1-221201
22.2.x
lightdb-jdbc-22.2.1-221011

How to add a dependency to Maven

Add the following io.github.hslightdb : lightdb-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.hslightdb</groupId>
    <artifactId>lightdb-jdbc</artifactId>
    <version>22.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.hslightdb : lightdb-jdbc gradle dependency to your build.gradle file:

implementation 'io.github.hslightdb:lightdb-jdbc:22.3.3'

Gradle Kotlin DSL: Add the following io.github.hslightdb : lightdb-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.hslightdb:lightdb-jdbc:22.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.hslightdb : lightdb-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.hslightdb" % "lightdb-jdbc" % "22.3.3"