MVN

cn.com.kingbase : postgresql-for-kingbase

Maven & Gradle

May 17, 2023

kingbase8 · kingbase JDBC Driver

<dependency>
    <groupId>cn.com.kingbase</groupId>
    <artifactId>postgresql-for-kingbase</artifactId>
    <version>8.6.0.jre7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.com.kingbase : postgresql-for-kingbase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.6.0.jre7

All Versions

Choose a version of cn.com.kingbase : postgresql-for-kingbase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.6.x
postgresql-for-kingbase-8.6.0.jre7
postgresql-for-kingbase-8.6.0.jre6
postgresql-for-kingbase-8.6.0

How to add a dependency to Maven

Add the following cn.com.kingbase : postgresql-for-kingbase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.com.kingbase</groupId>
    <artifactId>postgresql-for-kingbase</artifactId>
    <version>8.6.0.jre7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.com.kingbase : postgresql-for-kingbase gradle dependency to your build.gradle file:

implementation 'cn.com.kingbase:postgresql-for-kingbase:8.6.0.jre7'

Gradle Kotlin DSL: Add the following cn.com.kingbase : postgresql-for-kingbase gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.com.kingbase:postgresql-for-kingbase:8.6.0.jre7")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.com.kingbase : postgresql-for-kingbase sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.com.kingbase" % "postgresql-for-kingbase" % "8.6.0.jre7"