| 组织ID: |
de.gesellix |
| 项目ID: |
unix-socket-factory |
| 版本: |
2015-01-27T15-02-14 |
| 最后修改时间: |
2018-07-27 18:21:43 |
| 包类型: |
jar |
| 标题: |
unix-socket-factory |
| 描述: |
Adds unix socket support to the Apache HttpClient |
| 相关URL: |
https://github.com/gesellix/unix-socket-factory |
| 大小: |
31.92KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>de.gesellix</groupId>
<artifactId>unix-socket-factory</artifactId>
<version>2015-01-27T15-02-14</version>
</dependency>
|
| Gradle引入代码: |
de.gesellix:unix-socket-factory:2015-01-27T15-02-14
|
| 下载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>de.gesellix</groupId>
<artifactId>unix-socket-factory</artifactId>
<version>2015-01-27T15-02-14</version>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>unix-socket-factory</name>
<description>Adds unix socket support to the Apache HttpClient</description>
<url>https://github.com/gesellix/unix-socket-factory</url>
<scm>
<url>https://github.com/gesellix/unix-socket-factory.git</url>
<connection>https://github.com/gesellix/unix-socket-factory.git</connection>
<developerConnection>https://github.com/gesellix/unix-socket-factory.git</developerConnection>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>gesellix</id>
<name>Tobias Gesellchen</name>
<email>tobias@gesellix.de</email>
</developer>
</developers>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
de.gesellix.socketfactory.unix.UnixSocketFactory.class
socketfactory.spi.SocketFactory.class
META-INF/services/socketfactory.spi.SocketFactory
org.newsclub.net.unix.AFUNIXServerSocket$1.class
org.newsclub.net.unix.AFUNIXServerSocket.class
org.newsclub.net.unix.AFUNIXSocket.class
org.newsclub.net.unix.AFUNIXSocketAddress.class
org.newsclub.net.unix.AFUNIXSocketException.class
org.newsclub.net.unix.AFUNIXSocketImpl$1.class
org.newsclub.net.unix.AFUNIXSocketImpl$AFUNIXInputStream.class
org.newsclub.net.unix.AFUNIXSocketImpl$AFUNIXOutputStream.class
org.newsclub.net.unix.AFUNIXSocketImpl.class
org.newsclub.net.unix.NativeUnixSocket.class
org/newsclub/net/unix/libjunixsocket-linux-1.5-amd64.so
org/newsclub/net/unix/libjunixsocket-linux-1.5-i386.so
|
| 依赖Jar: |
httpclient-4.3.jar
/org.apache.httpcomponents/httpclient/4.3
查看httpclient所有版本文件
|