c

calcite-plus

Miscellaneous extras for Calcite
Files download
File Operation
calcite-plus-1.18.0-geaflow_1.0.jar download
calcite-plus-1.18.0-geaflow_1.0.pom download
calcite-plus-1.18.0-geaflow_1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.Leomrlin</groupId>
  <artifactId>calcite-plus</artifactId>
  <version>1.18.0-geaflow_1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.Leomrlin:calcite-plus:1.18.0-geaflow_1.0'
Gradle Kotlin
implementation("io.github.Leomrlin:calcite-plus:1.18.0-geaflow_1.0")
Scala SBT
libraryDependencies += "io.github.Leomrlin" % "calcite-plus" % "1.18.0-geaflow_1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.Leomrlin', module='calcite-plus', version='1.18.0-geaflow_1.0')
)
Apache Ivy
<dependency org="io.github.Leomrlin" name="calcite-plus" rev="1.18.0-geaflow_1.0" />
Leiningen
[io.github.Leomrlin/calcite-plus "1.18.0-geaflow_1.0"]
Apache Buildr
'io.github.Leomrlin:calcite-plus:jar:1.18.0-geaflow_1.0'