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