is not current version
Last Version 1.3.0

com.tigergraph:tigergraph-jdbc-driver 1.2.2

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.

GroupId

GroupId

com.tigergraph
ArtifactId

ArtifactId

tigergraph-jdbc-driver
Version

Version

1.2.2
Type

Type

jar

Download tigergraph-jdbc-driver 1.2.2


<!-- https://jarcasting.com/artifacts/com.tigergraph/tigergraph-jdbc-driver/ -->
<dependency>
    <groupId>com.tigergraph</groupId>
    <artifactId>tigergraph-jdbc-driver</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tigergraph/tigergraph-jdbc-driver/
implementation 'com.tigergraph:tigergraph-jdbc-driver:1.2.2'
// https://jarcasting.com/artifacts/com.tigergraph/tigergraph-jdbc-driver/
implementation ("com.tigergraph:tigergraph-jdbc-driver:1.2.2")
'com.tigergraph:tigergraph-jdbc-driver:jar:1.2.2'
<dependency org="com.tigergraph" name="tigergraph-jdbc-driver" rev="1.2.2">
  <artifact name="tigergraph-jdbc-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tigergraph', module='tigergraph-jdbc-driver', version='1.2.2')
)
libraryDependencies += "com.tigergraph" % "tigergraph-jdbc-driver" % "1.2.2"
[com.tigergraph/tigergraph-jdbc-driver "1.2.2"]