组织ID: |
com.squareup.okhttp |
项目ID: |
okhttp-urlconnection |
版本: |
2.7.4 |
最后修改时间: |
2018-10-15 15:05:46 |
包类型: |
jar |
标题: |
OkHttp URLConnection |
大小: |
18.42KB |
|
Maven引入代码: |
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>2.7.4</version>
</dependency>
|
Gradle引入代码: |
com.squareup.okhttp:okhttp-urlconnection:2.7.4
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.squareup.okhttp</groupId>
<artifactId>parent</artifactId>
<version>2.7.4</version>
</parent>
<artifactId>okhttp-urlconnection</artifactId>
<name>OkHttp URLConnection</name>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-testing-support</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>mockwebserver</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<excludePackageNames>com.squareup.okhttp.internal.*</excludePackageNames>
<links>
<link>http://square.github.io/okhttp/javadoc/</link>
</links>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.squareup.okhttp.internal.huc.DelegatingHttpsURLConnection.class
com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl.class
com.squareup.okhttp.internal.huc.HttpURLConnectionImpl.class
com.squareup.okhttp.OkUrlFactory$1.class
com.squareup.okhttp.OkUrlFactory.class
META-INF/maven/com.squareup.okhttp/okhttp-urlconnection/pom.xml
META-INF/maven/com.squareup.okhttp/okhttp-urlconnection/pom.properties
|
依赖Jar: |
okhttp-${project.version}.jar
/com.squareup.okhttp/okhttp/${project.version}
查看okhttp所有版本文件
okhttp-testing-support-${project.version}.jar
/com.squareup.okhttp/okhttp-testing-support/${project.version}
查看okhttp-testing-support所有版本文件
mockwebserver-${project.version}.jar
/com.squareup.okhttp/mockwebserver/${project.version}
查看mockwebserver所有版本文件
|