You can download calcite-avatica-0.9.2.jar in this page.
Apache License
calcite-avatica-0.9.2.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/git.properties META-INF/maven/org.apache.calcite/calcite-avatica/pom.properties META-INF/maven/org.apache.calcite/calcite-avatica/pom.xml net.hydromatic.avatica.ArrayImpl.class net.hydromatic.avatica.AvaticaConnection.class net.hydromatic.avatica.AvaticaDatabaseMetaData.class net.hydromatic.avatica.AvaticaFactory.class net.hydromatic.avatica.AvaticaJdbc40Factory.class net.hydromatic.avatica.AvaticaJdbc41Factory.class net.hydromatic.avatica.AvaticaParameter.class net.hydromatic.avatica.AvaticaPrepareResult.class net.hydromatic.avatica.AvaticaPreparedStatement.class net.hydromatic.avatica.AvaticaResultSet.class net.hydromatic.avatica.AvaticaResultSetMetaData.class net.hydromatic.avatica.AvaticaStatement.class net.hydromatic.avatica.BuiltInConnectionProperty.class net.hydromatic.avatica.ByteString.class net.hydromatic.avatica.Casing.class net.hydromatic.avatica.ColumnMetaData.class net.hydromatic.avatica.ConnectStringParser.class net.hydromatic.avatica.ConnectionConfig.class net.hydromatic.avatica.ConnectionConfigImpl.class net.hydromatic.avatica.ConnectionProperty.class net.hydromatic.avatica.Cursor.class net.hydromatic.avatica.DriverVersion.class net.hydromatic.avatica.Handler.class net.hydromatic.avatica.HandlerImpl.class net.hydromatic.avatica.Helper.class net.hydromatic.avatica.InternalProperty.class net.hydromatic.avatica.Meta.class net.hydromatic.avatica.Quoting.class net.hydromatic.avatica.UnregisteredDriver.class
calcite-avatica-0.9.2.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> <version>0.9.2-incubating</version> </parent> <artifactId>calcite-avatica</artifactId> <packaging>jar</packaging> <version>0.9.2-incubating</version> <name>Calcite Avatica</name> <description>JDBC driver framework.</description> <properties> <top.dir>${project.basedir}/..</top.dir> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <excludes> <exclude>net/hydromatic/**/AvaticaTest.java</exclude> </excludes> </configuration> </plugin> <!-- Parent module has the same plugin and does the work of generating -sources.jar for each project. But without the plugin declared here, IDEs don't know the sources are available. --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <phase>verify</phase> <goals> <goal>jar-no-fork</goal> <goal>test-jar-no-fork</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.apache.calcite</groupId> <artifactId>calcite-avatica</artifactId> <version>0.9.2</version> </dependency>
If you think the following calcite-avatica-0.9.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download calcite-avatica-0.9.2.jar file