c

calcite-splunk

Splunk adapter for Calcite; also a JDBC driver for Splunk
文件下载
文件名 操作
calcite-splunk-1.21.0.jar 下载
calcite-splunk-1.21.0.pom 下载
calcite-splunk-1.21.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.calcite</groupId>
  <artifactId>calcite-splunk</artifactId>
  <version>1.21.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.calcite:calcite-splunk:1.21.0'
Gradle Kotlin
implementation("org.apache.calcite:calcite-splunk:1.21.0")
Scala SBT
libraryDependencies += "org.apache.calcite" % "calcite-splunk" % "1.21.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.calcite', module='calcite-splunk', version='1.21.0')
)
Apache Ivy
<dependency org="org.apache.calcite" name="calcite-splunk" rev="1.21.0" />
Leiningen
[org.apache.calcite/calcite-splunk "1.21.0"]
Apache Buildr
'org.apache.calcite:calcite-splunk:jar:1.21.0'