GroupId | GroupIdcom.tigergraph |
---|---|
ArtifactId | ArtifactIdtigergraph-jdbc-driver |
Version | Version1.2.2 |
Type | Typejar |
<!-- 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"]