| 组织ID: |
ai.h2o |
| 项目ID: |
h2o-webserver-iface |
| 版本: |
3.26.0.6 |
| 最后修改时间: |
2019-10-12 17:29:13 |
| 包类型: |
jar |
| 标题: |
h2o-webserver-iface |
| 描述: |
Interface module isolating H2O functionality from specific HTTP server implementation. Exposes facade that needs to have exactly one implementation on runtime classpath. |
| 相关URL: |
https://github.com/h2oai/h2o-3 |
| 大小: |
7.63KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>ai.h2o</groupId>
<artifactId>h2o-webserver-iface</artifactId>
<version>3.26.0.6</version>
</dependency>
|
| Gradle引入代码: |
ai.h2o:h2o-webserver-iface:3.26.0.6
|
| 下载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>ai.h2o</groupId>
<artifactId>h2o-webserver-iface</artifactId>
<version>3.26.0.6</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>h2o-webserver-iface</name>
<description>Interface module isolating H2O functionality from specific HTTP server implementation. Exposes facade that needs to have exactly one implementation on runtime classpath.</description>
<url>https://github.com/h2oai/h2o-3</url>
<inceptionYear>2013</inceptionYear>
<organization>
<name>H2O.ai</name>
<url>http://h2o.ai/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/h2oai/h2o-dev</url>
<connection>scm:git:https://github.com/h2oai/h2o-dev.git</connection>
<developerConnection>scm:git:git@github.com:h2oai/h2o-dev.git</developerConnection>
</scm>
<issueManagement>
<system>Jira</system>
<url>http://jira.h2o.ai</url>
</issueManagement>
<developers>
<developer>
<id>oss</id>
<name>Open Source Google Group</name>
<email>https://groups.google.com/forum/#!forum/h2ostream</email>
</developer>
</developers>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
water.webserver.iface.H2OHttpView.class
water.webserver.iface.Credentials.class
water.webserver.iface.RequestAuthExtension.class
water.webserver.iface.H2OHttpConfig.class
water.webserver.iface.ProxyServer.class
water.webserver.iface.HttpServerLoader.class
water.webserver.iface.HttpServerFacade.class
water.webserver.iface.LoginType.class
water.webserver.iface.WebServer.class
|
| 依赖Jar: |
commons-codec-1.9.jar
/commons-codec/commons-codec/1.9
查看commons-codec所有版本文件
|