License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdorg.apache.calcite |
ArtifactId | ArtifactIdcalcite-elasticsearch |
Last Version | Last Version1.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCalcite Elasticsearch
Elasticsearch adapter for Calcite
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.calcite/calcite-elasticsearch/ -->
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-elasticsearch</artifactId>
<version>1.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-elasticsearch/
implementation 'org.apache.calcite:calcite-elasticsearch:1.30.0'
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-elasticsearch/
implementation ("org.apache.calcite:calcite-elasticsearch:1.30.0")
'org.apache.calcite:calcite-elasticsearch:jar:1.30.0'
<dependency org="org.apache.calcite" name="calcite-elasticsearch" rev="1.30.0">
<artifact name="calcite-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-elasticsearch', version='1.30.0')
)
libraryDependencies += "org.apache.calcite" % "calcite-elasticsearch" % "1.30.0"
[org.apache.calcite/calcite-elasticsearch "1.30.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.calcite : calcite-core | jar | 1.30.0 |
org.apache.calcite : calcite-linq4j | jar | 1.30.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.10.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
org.elasticsearch.client : elasticsearch-rest-client | jar | 7.10.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 29.0-jre |
org.apache.calcite.avatica : avatica-core | jar | 1.20.0 |
org.apache.httpcomponents : httpasyncclient | jar | 4.1.4 |
org.apache.httpcomponents : httpclient | jar | 4.5.10 |
org.apache.httpcomponents : httpcore | jar | 4.4.12 |
org.checkerframework : checker-qual | jar | 3.10.0 |