Download avatica-server-1.11.0.jar file - Jar a

Jar examples for a:avatica-server

Description

JDBC server.

You can download jar file avatica-server 1.11.0 in this page.

License

Apache License

Build File

You can use the following script to add avatica-server-1.11.0.jar to your project.

<dependency>
   <groupId>org.apache.calcite.avatica</groupId>
   <artifactId>avatica-server</artifactId>
   <version>1.11.0</version>
</dependency>
compile group: 'org.apache.calcite.avatica', name: 'avatica-server', version: '1.11.0'
libraryDependencies += "org.apache.calcite.avatica" % "avatica-server" % "1.11.0"
<dependency org="org.apache.calcite.avatica" name="avatica-server" rev="1.11.0"/>
@Grapes(@Grab(group='org.apache.calcite.avatica', module='avatica-server', version='1.11.0'))
'org.apache.calcite.avatica:avatica-server:jar:1.11.0'

Download

Click the following link to download the jar file.

avatica-server-1.11.0-javadoc.jar
avatica-server-1.11.0-sources.jar
avatica-server-1.11.0-test-sources.jar
avatica-server-1.11.0.jar
avatica-server-1.11.0.pom



Related Tutorials