<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-elasticsearch</artifactId>
<version>1.38.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-elasticsearch', version='1.38.0')
)
compile
|-- org.apache.calcite:calcite-core:1.38.0
|-- org.apache.calcite:calcite-linq4j:1.38.0
|-- com.fasterxml.jackson.core:jackson-annotations:2.15.2
|-- com.fasterxml.jackson.core:jackson-core:2.15.2
|-- com.fasterxml.jackson.core:jackson-databind:2.15.2
|-- org.elasticsearch.client:elasticsearch-rest-client:7.10.2
|-- org.slf4j:slf4j-api:1.7.25
runtime
|-- com.google.guava:guava:33.3.0-jre
|-- org.apache.calcite.avatica:avatica-core:1.25.0
|-- org.apache.httpcomponents:httpasyncclient:4.1.4
|-- org.apache.httpcomponents:httpclient:4.5.10