GroupId | GroupIdcom.google.zetasql |
---|---|
ArtifactId | ArtifactIdzetasql-jni-channel-linux |
Version | Version2020.04.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.zetasql/zetasql-jni-channel-linux/ -->
<dependency>
<groupId>com.google.zetasql</groupId>
<artifactId>zetasql-jni-channel-linux</artifactId>
<version>2020.04.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.zetasql/zetasql-jni-channel-linux/
implementation 'com.google.zetasql:zetasql-jni-channel-linux:2020.04.1'
// https://jarcasting.com/artifacts/com.google.zetasql/zetasql-jni-channel-linux/
implementation ("com.google.zetasql:zetasql-jni-channel-linux:2020.04.1")
'com.google.zetasql:zetasql-jni-channel-linux:jar:2020.04.1'
<dependency org="com.google.zetasql" name="zetasql-jni-channel-linux" rev="2020.04.1">
<artifact name="zetasql-jni-channel-linux" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.zetasql', module='zetasql-jni-channel-linux', version='2020.04.1')
)
libraryDependencies += "com.google.zetasql" % "zetasql-jni-channel-linux" % "2020.04.1"
[com.google.zetasql/zetasql-jni-channel-linux "2020.04.1"]