MVN

com.tigergraph : tigergraph-jdbc-driver

Maven & Gradle

Jun 02, 2023
261 stars

TigerGraph JDBC Driver Parent · This project is a type 4 jdbc driver which implemented the standard jdbc interface. It supports connectivity to tigergraph server and varieties of query types.

<dependency>
    <groupId>com.tigergraph</groupId>
    <artifactId>tigergraph-jdbc-driver</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tigergraph : tigergraph-jdbc-driver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of com.tigergraph : tigergraph-jdbc-driver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
tigergraph-jdbc-driver-1.3.8
tigergraph-jdbc-driver-1.3.7
tigergraph-jdbc-driver-1.3.6
tigergraph-jdbc-driver-1.3.5
tigergraph-jdbc-driver-1.3.4
tigergraph-jdbc-driver-1.3.3
tigergraph-jdbc-driver-1.3.2
tigergraph-jdbc-driver-1.3.1
tigergraph-jdbc-driver-1.3.0
1.2.x
tigergraph-jdbc-driver-1.2.6
tigergraph-jdbc-driver-1.2.5
tigergraph-jdbc-driver-1.2.4
tigergraph-jdbc-driver-1.2.3
tigergraph-jdbc-driver-1.2.2
tigergraph-jdbc-driver-1.2.1

How to add a dependency to Maven

Add the following com.tigergraph : tigergraph-jdbc-driver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tigergraph</groupId>
    <artifactId>tigergraph-jdbc-driver</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tigergraph : tigergraph-jdbc-driver gradle dependency to your build.gradle file:

implementation 'com.tigergraph:tigergraph-jdbc-driver:1.3.8'

Gradle Kotlin DSL: Add the following com.tigergraph : tigergraph-jdbc-driver gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tigergraph:tigergraph-jdbc-driver:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tigergraph : tigergraph-jdbc-driver sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tigergraph" % "tigergraph-jdbc-driver" % "1.3.8"