Download avatica-1.7.1.jar file - Jar a

Jar examples for a:avatica

Description

JDBC driver framework.

You can download jar file avatica 1.7.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

avatica-1.7.1-javadoc.jar
avatica-1.7.1-sources.jar
avatica-1.7.1-test-sources.jar
avatica-1.7.1-tests.jar
avatica-1.7.1.jar
avatica-1.7.1.pom



Related Tutorials