<dependency>
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica-server</artifactId>
<version>1.12.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.calcite.avatica', module='avatica-server', version='1.12.0')
)
<parent> <groupId>org.apache.calcite.avatica</groupId> <artifactId>avatica-parent</artifactId> <version>1.12.0</version> </parent>
compile
|-- org.apache.calcite.avatica:avatica-core
|-- org.apache.calcite.avatica:avatica-metrics
|-- javax.servlet:javax.servlet-api
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-util
test
|-- org.apache.calcite.avatica:avatica-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- junit:junit
|-- net.hydromatic:scott-data-hsqldb
|-- org.apache.kerby:kerb-client
|-- org.apache.kerby:kerb-core
|-- org.apache.kerby:kerb-simplekdc
|-- org.hamcrest:hamcrest-core
|-- com.github.stephenc.jcip:jcip-annotations