MVN

io.github.hslightdb : ltjdbc

Maven & Gradle

Aug 04, 2023
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>ltjdbc</artifactId>
    <version>42.2.25-23.2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 42.2.25-23.2.0.2

All Versions

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

Version Vulnerabilities Updated
42.2.x
ltjdbc-42.2.25-23.2.0.2
ltjdbc-42.2.25-23.2.0.1
ltjdbc-42.2.24-23.2.0.0
ltjdbc-42.2.24-23.1.0.3
ltjdbc-42.2.24-23.1.0.2
ltjdbc-42.2.24-23.1.0.1
ltjdbc-42.2.24-22.4.0.3
ltjdbc-42.2.24-22.4.0.2
ltjdbc-42.2.24-22.4.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.hslightdb</groupId>
    <artifactId>ltjdbc</artifactId>
    <version>42.2.25-23.2.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.hslightdb:ltjdbc:42.2.25-23.2.0.2'

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

implementation("io.github.hslightdb:ltjdbc:42.2.25-23.2.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.hslightdb" % "ltjdbc" % "42.2.25-23.2.0.2"

Advertisement