logging-interceptor

logging-interceptor

Square’s meticulous HTTP client for Java and Kotlin.
https://square.github.io/okhttp/
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
logging-interceptor-4.10.0-RC1.jar download
logging-interceptor-4.10.0-RC1.pom download
logging-interceptor-4.10.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>logging-interceptor</artifactId>
  <version>4.10.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0-RC1'
Gradle Kotlin
implementation("com.squareup.okhttp3:logging-interceptor:4.10.0-RC1")
Scala SBT
libraryDependencies += "com.squareup.okhttp3" % "logging-interceptor" % "4.10.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3', module='logging-interceptor', version='4.10.0-RC1')
)
Apache Ivy
<dependency org="com.squareup.okhttp3" name="logging-interceptor" rev="4.10.0-RC1" />
Leiningen
[com.squareup.okhttp3/logging-interceptor "4.10.0-RC1"]
Apache Buildr
'com.squareup.okhttp3:logging-interceptor:jar:4.10.0-RC1'