| 组织ID: |
de.gesellix |
| 项目ID: |
unix-socket-factory |
| 版本: |
2014-11-16T14-41-27 |
| 最后修改时间: |
2019-02-24 11:54:33 |
| 包类型: |
jar |
| 标题: |
unix-socket-factory |
| 描述: |
Adds unix socket support to the Apache HttpClient |
| 相关URL: |
https://github.com/gesellix/unix-socket-factory |
| 大小: |
37.35KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>de.gesellix</groupId>
<artifactId>unix-socket-factory</artifactId>
<version>2014-11-16T14-41-27</version>
</dependency>
|
| Gradle引入代码: |
de.gesellix:unix-socket-factory:2014-11-16T14-41-27
|
| 下载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>2014-11-16T14-41-27</version>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.3.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy.modules.http-builder</groupId>
<artifactId>http-builder</artifactId>
<version>0.7.1</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.SocketFactoryService.class
socketfactory.spi.SocketFactory.class
META-INF/services/socketfactory.spi.SocketFactory
org/newsclub/net/unix/libjunixsocket-linux-1.5-amd64.so
org/newsclub/net/unix/libjunixsocket-linux-1.5-i386.so
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
|
| 依赖Jar: |
groovy-all-2.3.6.jar
/org.codehaus.groovy/groovy-all/2.3.6
查看groovy-all所有版本文件
http-builder-0.7.1.jar
/org.codehaus.groovy.modules.http-builder/http-builder/0.7.1
查看http-builder所有版本文件
|