| Категории |
КатегорииSquare Прикладные библиотеки Financial Logging Библиотеки уровня приложения |
|---|---|
| Группа | Группаcom.squareup.okhttp3 |
| Идентификатор | Идентификаторlogging-interceptor |
| Версия | Версия3.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| logging-interceptor-3.3.0.pom | |
| logging-interceptor-3.3.0.jar | 7 KB |
| logging-interceptor-3.3.0-sources.jar | 3 KB |
| logging-interceptor-3.3.0-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3/logging-interceptor/ -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3/logging-interceptor/
implementation 'com.squareup.okhttp3:logging-interceptor:3.3.0'
// https://jarcasting.com/artifacts/com.squareup.okhttp3/logging-interceptor/
implementation ("com.squareup.okhttp3:logging-interceptor:3.3.0")
'com.squareup.okhttp3:logging-interceptor:jar:3.3.0'
<dependency org="com.squareup.okhttp3" name="logging-interceptor" rev="3.3.0">
<artifact name="logging-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3', module='logging-interceptor', version='3.3.0')
)
libraryDependencies += "com.squareup.okhttp3" % "logging-interceptor" % "3.3.0"
[com.squareup.okhttp3/logging-interceptor "3.3.0"]