is not current version
Last Version 2.7.5

com.squareup.okhttp:logging-interceptor 2.6.0


Categories

Categories

Square Business Logic Libraries Financial Logging Application Layer Libs
GroupId

GroupId

com.squareup.okhttp
ArtifactId

ArtifactId

logging-interceptor
Version

Version

2.6.0
Type

Type

jar

Download logging-interceptor 2.6.0


<!-- https://jarcasting.com/artifacts/com.squareup.okhttp/logging-interceptor/ -->
<dependency>
    <groupId>com.squareup.okhttp</groupId>
    <artifactId>logging-interceptor</artifactId>
    <version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp/logging-interceptor/
implementation 'com.squareup.okhttp:logging-interceptor:2.6.0'
// https://jarcasting.com/artifacts/com.squareup.okhttp/logging-interceptor/
implementation ("com.squareup.okhttp:logging-interceptor:2.6.0")
'com.squareup.okhttp:logging-interceptor:jar:2.6.0'
<dependency org="com.squareup.okhttp" name="logging-interceptor" rev="2.6.0">
  <artifact name="logging-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp', module='logging-interceptor', version='2.6.0')
)
libraryDependencies += "com.squareup.okhttp" % "logging-interceptor" % "2.6.0"
[com.squareup.okhttp/logging-interceptor "2.6.0"]