is not current version
Last Version 1.30.0

org.apache.calcite:calcite-splunk 1.24.0

Splunk adapter for Calcite; also a JDBC driver for Splunk

GroupId

GroupId

org.apache.calcite
ArtifactId

ArtifactId

calcite-splunk
Version

Version

1.24.0
Type

Type

jar

Download calcite-splunk 1.24.0


<!-- https://jarcasting.com/artifacts/org.apache.calcite/calcite-splunk/ -->
<dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-splunk</artifactId>
    <version>1.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-splunk/
implementation 'org.apache.calcite:calcite-splunk:1.24.0'
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-splunk/
implementation ("org.apache.calcite:calcite-splunk:1.24.0")
'org.apache.calcite:calcite-splunk:jar:1.24.0'
<dependency org="org.apache.calcite" name="calcite-splunk" rev="1.24.0">
  <artifact name="calcite-splunk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-splunk', version='1.24.0')
)
libraryDependencies += "org.apache.calcite" % "calcite-splunk" % "1.24.0"
[org.apache.calcite/calcite-splunk "1.24.0"]