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