<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-innodb</artifactId>
<version>1.29.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-innodb', version='1.29.0')
)
compile
|-- org.apache.calcite:calcite-core:1.29.0
|-- org.apache.calcite:calcite-linq4j:1.29.0
|-- com.alibaba.database:innodb-java-reader:1.0.10
|-- com.google.guava:guava:29.0-jre
runtime
|-- commons-collections:commons-collections:3.2.2
|-- org.apache.calcite.avatica:avatica-core:1.20.0