GroupId | GroupIdcom.tigergraph |
---|---|
ArtifactId | ArtifactIdtigergraph-jdbc-driver |
Version | Version1.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tigergraph/tigergraph-jdbc-driver/ -->
<dependency>
<groupId>com.tigergraph</groupId>
<artifactId>tigergraph-jdbc-driver</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tigergraph/tigergraph-jdbc-driver/
implementation 'com.tigergraph:tigergraph-jdbc-driver:1.2.3'
// https://jarcasting.com/artifacts/com.tigergraph/tigergraph-jdbc-driver/
implementation ("com.tigergraph:tigergraph-jdbc-driver:1.2.3")
'com.tigergraph:tigergraph-jdbc-driver:jar:1.2.3'
<dependency org="com.tigergraph" name="tigergraph-jdbc-driver" rev="1.2.3">
<artifact name="tigergraph-jdbc-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tigergraph', module='tigergraph-jdbc-driver', version='1.2.3')
)
libraryDependencies += "com.tigergraph" % "tigergraph-jdbc-driver" % "1.2.3"
[com.tigergraph/tigergraph-jdbc-driver "1.2.3"]