组织ID: |
com.squareup.okhttp3 |
项目ID: |
logging-interceptor |
版本: |
4.4.0 |
最后修改时间: |
2020-02-24 11:50:21 |
包类型: |
jar |
标题: |
okhttp-logging-interceptor |
描述: |
Square鈥檚 meticulous HTTP client for Java and Kotlin. |
相关URL: |
https://square.github.io/okhttp/ |
大小: |
15.27KB |
|
Maven引入代码: |
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.4.0</version>
</dependency>
|
Gradle引入代码: |
com.squareup.okhttp3:logging-interceptor:4.4.0
|
下载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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.4.0</version>
<name>okhttp-logging-interceptor</name>
<description>Square鈥檚 meticulous HTTP client for Java and Kotlin.</description>
<url>https://square.github.io/okhttp/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<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.4.0</version>
<scope>compile</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.4.0.jar
/com.squareup.okhttp3/okhttp/4.4.0
查看okhttp所有版本文件
|