c

calcite-splunk

Splunk adapter for Calcite; also a JDBC driver for Splunk
Files download
File Operation
calcite-splunk-1.18.0-geaflow_1.0.jar download
calcite-splunk-1.18.0-geaflow_1.0.pom download
calcite-splunk-1.18.0-geaflow_1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.antgroup.tugraph</groupId>
  <artifactId>calcite-splunk</artifactId>
  <version>1.18.0-geaflow_1.0</version>
</dependency>
Gradle Groovy
implementation 'com.antgroup.tugraph:calcite-splunk:1.18.0-geaflow_1.0'
Gradle Kotlin
implementation("com.antgroup.tugraph:calcite-splunk:1.18.0-geaflow_1.0")
Scala SBT
libraryDependencies += "com.antgroup.tugraph" % "calcite-splunk" % "1.18.0-geaflow_1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.antgroup.tugraph', module='calcite-splunk', version='1.18.0-geaflow_1.0')
)
Apache Ivy
<dependency org="com.antgroup.tugraph" name="calcite-splunk" rev="1.18.0-geaflow_1.0" />
Leiningen
[com.antgroup.tugraph/calcite-splunk "1.18.0-geaflow_1.0"]
Apache Buildr
'com.antgroup.tugraph:calcite-splunk:jar:1.18.0-geaflow_1.0'