MVN

io.github.hslightdb : ltjdbc-transform-for-mybatis

Maven & Gradle

Aug 11, 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-transform-for-mybatis</artifactId>
    <version>23.2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 23.2.0.1

All Versions

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

Version Vulnerabilities Updated
23.2.x
ltjdbc-transform-for-mybatis-23.2.0.1
22.3.x
ltjdbc-transform-for-mybatis-22.3.9.2
ltjdbc-transform-for-mybatis-22.3.9.1
ltjdbc-transform-for-mybatis-22.3.9

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.hslightdb</groupId>
    <artifactId>ltjdbc-transform-for-mybatis</artifactId>
    <version>23.2.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.hslightdb:ltjdbc-transform-for-mybatis:23.2.0.1'

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

implementation("io.github.hslightdb:ltjdbc-transform-for-mybatis:23.2.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.hslightdb" % "ltjdbc-transform-for-mybatis" % "23.2.0.1"

Advertisement