组织ID: |
com.squareup.okhttp3 |
项目ID: |
logging-interceptor |
版本: |
4.0.1 |
最后修改时间: |
2019-07-11 09:33:46 |
包类型: |
jar |
标题: |
logging-interceptor |
描述: |
null |
相关URL: |
https://github.com/square/okhttp |
大小: |
15.08KB |
|
Maven引入代码: |
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.0.1</version>
</dependency>
|
Gradle引入代码: |
com.squareup.okhttp3:logging-interceptor:4.0.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>logging-interceptor</artifactId>
<version>4.0.1</version>
<name>logging-interceptor</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.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-testing-support</artifactId>
<version>4.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-tls</artifactId>
<version>4.0.1</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-logging-interceptor.kotlin_module
okhttp3.logging.Utf8Kt.class
okhttp3.logging.HttpLoggingInterceptor.class
okhttp3.logging.HttpLoggingInterceptor$Logger$Companion$DEFAULT$1.class
okhttp3.logging.HttpLoggingInterceptor$Logger$Companion.class
okhttp3.logging.HttpLoggingInterceptor$Logger.class
okhttp3.logging.LoggingEventListener$Factory.class
okhttp3.logging.LoggingEventListener.class
okhttp3.logging.HttpLoggingInterceptor$Level.class
|
依赖Jar: |
okhttp-4.0.1.jar
/com.squareup.okhttp3/okhttp/4.0.1
查看okhttp所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
mockwebserver-4.0.1.jar
/com.squareup.okhttp3/mockwebserver/4.0.1
查看mockwebserver所有版本文件
okhttp-testing-support-4.0.1.jar
/com.squareup.okhttp3/okhttp-testing-support/4.0.1
查看okhttp-testing-support所有版本文件
okhttp-tls-4.0.1.jar
/com.squareup.okhttp3/okhttp-tls/4.0.1
查看okhttp-tls所有版本文件
assertj-core-3.11.0.jar
/org.assertj/assertj-core/3.11.0
查看assertj-core所有版本文件
|