组织ID: |
com.squareup.okhttp3 |
项目ID: |
okhttp-tls |
版本: |
4.3.1 |
最后修改时间: |
2020-01-09 16:57:52 |
包类型: |
jar |
标题: |
okhttp-tls |
描述: |
null |
相关URL: |
https://github.com/square/okhttp |
大小: |
21.94KB |
|
Maven引入代码: |
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-tls</artifactId>
<version>4.3.1</version>
</dependency>
|
Gradle引入代码: |
com.squareup.okhttp3:okhttp-tls:4.3.1
|
下载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>com.squareup.okhttp3</groupId>
<artifactId>okhttp-tls</artifactId>
<version>4.3.1</version>
<name>okhttp-tls</name>
<description>null</description>
<url>https://github.com/square/okhttp</url>
<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>
<developers>
<developer>
<id>square</id>
<name>Square, Inc.</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/square/okhttp.git</connection>
<developerConnection>scm:git:ssh://git@github.com/square/okhttp.git</developerConnection>
<url>https://github.com/square/okhttp</url>
</scm>
<dependencies>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>2.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.3.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.62</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-testing-support</artifactId>
<version>4.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/okhttp-tls.kotlin_module
okhttp3.tls.HeldCertificate$Companion.class
okhttp3.tls.HeldCertificate$Builder.class
okhttp3.tls.HandshakeCertificates$Builder.class
okhttp3.tls.internal.TlsUtil.class
okhttp3.tls.internal.TlsUtil$localhost$2.class
okhttp3.tls.HeldCertificate$Builder$Companion.class
okhttp3.tls.HeldCertificate.class
okhttp3.tls.HandshakeCertificates.class
|
依赖Jar: |
okio-2.4.1.jar
/com.squareup.okio/okio/2.4.1
查看okio所有版本文件
okhttp-4.3.1.jar
/com.squareup.okhttp3/okhttp/4.3.1
查看okhttp所有版本文件
bcprov-jdk15on-1.62.jar
/org.bouncycastle/bcprov-jdk15on/1.62
查看bcprov-jdk15on所有版本文件
okhttp-testing-support-4.3.1.jar
/com.squareup.okhttp3/okhttp-testing-support/4.3.1
查看okhttp-testing-support所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
assertj-core-3.11.0.jar
/org.assertj/assertj-core/3.11.0
查看assertj-core所有版本文件
|