License |
License |
---|---|
GroupId | GroupIdcom.tigergraph |
ArtifactId | ArtifactIdtigergraph-jdbc-driver |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTigerGraph 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.tigergraph/tigergraph-jdbc-driver/ -->
<dependency>
<groupId>com.tigergraph</groupId>
<artifactId>tigergraph-jdbc-driver</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tigergraph/tigergraph-jdbc-driver/
implementation 'com.tigergraph:tigergraph-jdbc-driver:1.3.0'
// https://jarcasting.com/artifacts/com.tigergraph/tigergraph-jdbc-driver/
implementation ("com.tigergraph:tigergraph-jdbc-driver:1.3.0")
'com.tigergraph:tigergraph-jdbc-driver:jar:1.3.0'
<dependency org="com.tigergraph" name="tigergraph-jdbc-driver" rev="1.3.0">
<artifact name="tigergraph-jdbc-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tigergraph', module='tigergraph-jdbc-driver', version='1.3.0')
)
libraryDependencies += "com.tigergraph" % "tigergraph-jdbc-driver" % "1.3.0"
[com.tigergraph/tigergraph-jdbc-driver "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-core_2.12 | jar | 3.2.1 |
org.apache.spark : spark-sql_2.12 | jar | 3.2.1 |
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.7 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
com.github.tomakehurst : wiremock | jar | 2.27.2 |