Download avatica-1.10.0.jar file - Jar a

Jar examples for a:avatica

Description

JDBC driver framework.

You can download jar file avatica 1.10.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

avatica-1.10.0-sources.jar
avatica-1.10.0-test-sources.jar
avatica-1.10.0.jar
avatica-1.10.0.pom



Related Tutorials