MVN

com.google.zetasql : zetasql-jni-channel

Maven & Gradle

Aug 08, 2023
1 usages
2k stars

JNI Channel · Analyzer Framework for SQL

<dependency>
    <groupId>com.google.zetasql</groupId>
    <artifactId>zetasql-jni-channel</artifactId>
    <version>2023.08.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.zetasql : zetasql-jni-channel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.08.1

All Versions

Choose a version of com.google.zetasql : zetasql-jni-channel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.08.x
zetasql-jni-channel-2023.08.1
2023.04.x
zetasql-jni-channel-2023.04.1
2023.03.x
zetasql-jni-channel-2023.03.2
2022.08.x
zetasql-jni-channel-2022.08.1
2022.04.x
zetasql-jni-channel-2022.04.1
2022.02.x
zetasql-jni-channel-2022.02.1
2021.09.x
zetasql-jni-channel-2021.09.1
2021.03.x
zetasql-jni-channel-2021.03.2
zetasql-jni-channel-2021.03.1
2021.02.x
zetasql-jni-channel-2021.02.1
2020.10.x
zetasql-jni-channel-2020.10.1
2020.09.x
zetasql-jni-channel-2020.09.1
2020.08.x
zetasql-jni-channel-2020.08.1
2020.07.x
zetasql-jni-channel-2020.07.1
2020.06.x
zetasql-jni-channel-2020.06.1
2020.04.x
zetasql-jni-channel-2020.04.1
2020.03.x
zetasql-jni-channel-2020.03.2
zetasql-jni-channel-2020.03.1
2020.02.x
zetasql-jni-channel-2020.02.1
2020.01.x
zetasql-jni-channel-2020.01.1
2019.12.x
zetasql-jni-channel-2019.12.1
2019.10.x
zetasql-jni-channel-2019.10.1
2019.09.x
zetasql-jni-channel-2019.09.1
2019.07.x
zetasql-jni-channel-2019.07.1

How to add a dependency to Maven

Add the following com.google.zetasql : zetasql-jni-channel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.zetasql</groupId>
    <artifactId>zetasql-jni-channel</artifactId>
    <version>2023.08.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.zetasql : zetasql-jni-channel gradle dependency to your build.gradle file:

implementation 'com.google.zetasql:zetasql-jni-channel:2023.08.1'

Gradle Kotlin DSL: Add the following com.google.zetasql : zetasql-jni-channel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.zetasql:zetasql-jni-channel:2023.08.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.zetasql : zetasql-jni-channel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.zetasql" % "zetasql-jni-channel" % "2023.08.1"

Advertisement