Calcite Avatica Server

JDBC server.

Лицензия

Лицензия

Группа

Группа

org.apache.calcite
Идентификатор

Идентификатор

calcite-avatica-server
Последняя версия

Последняя версия

1.6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Calcite Avatica Server
JDBC server.
Организация-разработчик

Организация-разработчик

The Apache Software Foundation

Скачать calcite-avatica-server

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.apache.calcite/calcite-avatica-server/ -->
<dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-avatica-server</artifactId>
    <version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-avatica-server/
implementation 'org.apache.calcite:calcite-avatica-server:1.6.0'
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-avatica-server/
implementation ("org.apache.calcite:calcite-avatica-server:1.6.0")
'org.apache.calcite:calcite-avatica-server:jar:1.6.0'
<dependency org="org.apache.calcite" name="calcite-avatica-server" rev="1.6.0">
  <artifact name="calcite-avatica-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-avatica-server', version='1.6.0')
)
libraryDependencies += "org.apache.calcite" % "calcite-avatica-server" % "1.6.0"
[org.apache.calcite/calcite-avatica-server "1.6.0"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.apache.calcite : calcite-avatica jar 1.6.0
javax.servlet : javax.servlet-api jar 3.0.1
com.google.guava : guava jar 14.0.1
commons-logging : commons-logging jar 1.1.3
org.eclipse.jetty : jetty-server jar 9.2.7.v20150116
org.eclipse.jetty : jetty-util jar 9.2.7.v20150116

test (7)

Идентификатор библиотеки Тип Версия
org.apache.calcite : calcite-avatica test-jar 1.6.0
junit : junit jar 4.12
net.hydromatic : scott-data-hsqldb jar 0.1
org.hamcrest : hamcrest-core jar 1.3
org.hsqldb : hsqldb jar 2.3.1
org.mockito : mockito-all jar 1.10.19
com.github.stephenc.jcip : jcip-annotations jar 1.0-1

Модули Проекта

Данный проект не имеет модулей.

Maven Central Travis Build Status CI Status AppVeyor Build Status

Apache Calcite

Apache Calcite is a dynamic data management framework.

It contains many of the pieces that comprise a typical database management system but omits the storage primitives. It provides an industry standard SQL parser and validator, a customisable optimizer with pluggable rules and cost functions, logical and physical algebraic operators, various transformation algorithms from SQL to algebra (and the opposite), and many adapters for executing SQL queries over Cassandra, Druid, Elasticsearch, MongoDB, Kafka, and others, with minimal configuration.

For more details, see the home page.

org.apache.calcite

The Apache Software Foundation

Версии библиотеки

Версия
1.6.0
1.5.0
1.4.0-incubating
1.3.0-incubating
1.2.0-incubating
1.1.0-incubating
1.0.0-incubating