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