| 组织ID: |
org.apache.calcite.avatica |
| 项目ID: |
avatica-server |
| 版本: |
1.16.0 |
| 最后修改时间: |
2019-12-20 12:23:57 |
| 包类型: |
jar |
| 标题: |
Apache Calcite Avatica Server |
| 描述: |
JDBC server |
| 相关URL: |
https://calcite.apache.org/avatica |
| 大小: |
76.71KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica-server</artifactId>
<version>1.16.0</version>
</dependency>
|
| Gradle引入代码: |
org.apache.calcite.avatica:avatica-server:1.16.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica-server</artifactId>
<version>1.16.0</version>
<name>Apache Calcite Avatica Server</name>
<description>JDBC server</description>
<url>https://calcite.apache.org/avatica</url>
<inceptionYear>2012</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<mailingLists>
<mailingList>
<name>Apache Calcite developers list</name>
<subscribe>dev-subscribe@calcite.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@calcite.apache.org</unsubscribe>
<post>dev@calcite.apache.org</post>
<archive>https://lists.apache.org/list.html?dev@calcite.apache.org</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/calcite-avatica.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/calcite-avatica.git</developerConnection>
<url>https://github.com/apache/calcite-avatica</url>
</scm>
<issueManagement>
<system>Jira</system>
<url>https://issues.apache.org/jira/browse/CALCITE</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica-core</artifactId>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica-metrics</artifactId>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<version>9.4.15.v20190215</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>9.4.15.v20190215</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.15.v20190215</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>9.4.15.v20190215</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.apache.calcite.avatica.jdbc.JdbcMeta$1.class
org.apache.calcite.avatica.jdbc.JdbcMeta$2.class
org.apache.calcite.avatica.jdbc.JdbcMeta$3.class
org.apache.calcite.avatica.jdbc.JdbcMeta$ConnectionCacheSettings.class
org.apache.calcite.avatica.jdbc.JdbcMeta$ConnectionExpiryHandler.class
org.apache.calcite.avatica.jdbc.JdbcMeta$StatementCacheSettings.class
org.apache.calcite.avatica.jdbc.JdbcMeta$StatementExpiryHandler.class
org.apache.calcite.avatica.jdbc.JdbcMeta.class
org.apache.calcite.avatica.jdbc.JdbcResultSet.class
org.apache.calcite.avatica.jdbc.StatementInfo.class
org.apache.calcite.avatica.server.AbstractAvaticaHandler.class
org.apache.calcite.avatica.server.AvaticaHandler.class
org.apache.calcite.avatica.server.AvaticaJsonHandler$1.class
org.apache.calcite.avatica.server.AvaticaJsonHandler$2.class
org.apache.calcite.avatica.server.AvaticaJsonHandler.class
org.apache.calcite.avatica.server.AvaticaProtobufHandler$1.class
org.apache.calcite.avatica.server.AvaticaProtobufHandler$2.class
org.apache.calcite.avatica.server.AvaticaProtobufHandler.class
org.apache.calcite.avatica.server.AvaticaServerConfiguration.class
org.apache.calcite.avatica.server.AvaticaSpnegoAuthenticator.class
org.apache.calcite.avatica.server.DelegatingAvaticaHandler.class
org.apache.calcite.avatica.server.DoAsRemoteUserCallback.class
org.apache.calcite.avatica.server.HandlerFactory$1.class
org.apache.calcite.avatica.server.HandlerFactory.class
org.apache.calcite.avatica.server.HttpQueryStringParameterRemoteUserExtractor.class
org.apache.calcite.avatica.server.HttpRequestRemoteUserExtractor.class
org.apache.calcite.avatica.server.HttpServer$1.class
org.apache.calcite.avatica.server.HttpServer$2.class
org.apache.calcite.avatica.server.HttpServer$Builder$1.class
org.apache.calcite.avatica.server.HttpServer$Builder$2.class
org.apache.calcite.avatica.server.HttpServer$Builder.class
org.apache.calcite.avatica.server.HttpServer.class
org.apache.calcite.avatica.server.Main$1.class
org.apache.calcite.avatica.server.Main$HandlerFactory.class
org.apache.calcite.avatica.server.Main.class
org.apache.calcite.avatica.server.MetricsAwareAvaticaHandler.class
org.apache.calcite.avatica.server.PropertyBasedSpnegoLoginService.class
org.apache.calcite.avatica.server.RemoteUserDisallowedException.class
org.apache.calcite.avatica.server.RemoteUserExtractionException.class
org.apache.calcite.avatica.server.RemoteUserExtractor.class
org.apache.calcite.avatica.server.ServerCustomizer.class
org.apache.calcite.avatica.server.ServerKeytabJaasConf.class
META-INF/LICENSE
META-INF/NOTICE
|
| 依赖Jar: |
avatica-core-1.16.0.jar
/org.apache.calcite.avatica/avatica-core/1.16.0
查看avatica-core所有版本文件
avatica-metrics-1.16.0.jar
/org.apache.calcite.avatica/avatica-metrics/1.16.0
查看avatica-metrics所有版本文件
javax.servlet-api-4.0.1.jar
/javax.servlet/javax.servlet-api/4.0.1
查看javax.servlet-api所有版本文件
jetty-http-9.4.15.v20190215.jar
/org.eclipse.jetty/jetty-http/9.4.15.v20190215
查看jetty-http所有版本文件
jetty-security-9.4.15.v20190215.jar
/org.eclipse.jetty/jetty-security/9.4.15.v20190215
查看jetty-security所有版本文件
jetty-server-9.4.15.v20190215.jar
/org.eclipse.jetty/jetty-server/9.4.15.v20190215
查看jetty-server所有版本文件
jetty-util-9.4.15.v20190215.jar
/org.eclipse.jetty/jetty-util/9.4.15.v20190215
查看jetty-util所有版本文件
slf4j-api-1.7.25.jar
/org.slf4j/slf4j-api/1.7.25
查看slf4j-api所有版本文件
guava-14.0.1.jar
/com.google.guava/guava/14.0.1
查看guava所有版本文件
|