c

calcite

Calcite is a dynamic data management framework
https://calcite.apache.org
The Apache Software License, Version 2.0
pengzhiwei
Files download
File Operation
calcite-1.18.0-geaflow_1.0.pom download
Apache Maven
<dependency>
  <groupId>com.antgroup.tugraph</groupId>
  <artifactId>calcite</artifactId>
  <version>1.18.0-geaflow_1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.antgroup.tugraph:calcite:1.18.0-geaflow_1.0'
Gradle Kotlin
implementation("com.antgroup.tugraph:calcite:1.18.0-geaflow_1.0")
Scala SBT
libraryDependencies += "com.antgroup.tugraph" % "calcite" % "1.18.0-geaflow_1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.antgroup.tugraph', module='calcite', version='1.18.0-geaflow_1.0')
)
Apache Ivy
<dependency org="com.antgroup.tugraph" name="calcite" rev="1.18.0-geaflow_1.0" />
Leiningen
[com.antgroup.tugraph/calcite "1.18.0-geaflow_1.0"]
Apache Buildr
'com.antgroup.tugraph:calcite:jar:1.18.0-geaflow_1.0'
Dependencies
The project has no third-party dependencies