Categories |
CategoriesSquare Business Logic Libraries Financial Logging Application Layer Libs |
---|---|
GroupId | GroupIdcom.squareup.okhttp3 |
ArtifactId | ArtifactIdlogging-interceptor |
Version | Version4.1.1 |
Type | Typejar |
Filename | Size |
---|---|
logging-interceptor-4.1.1.pom | |
logging-interceptor-4.1.1.jar | 15 KB |
logging-interceptor-4.1.1-sources.jar | 5 KB |
logging-interceptor-4.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3/logging-interceptor/ -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3/logging-interceptor/
implementation 'com.squareup.okhttp3:logging-interceptor:4.1.1'
// https://jarcasting.com/artifacts/com.squareup.okhttp3/logging-interceptor/
implementation ("com.squareup.okhttp3:logging-interceptor:4.1.1")
'com.squareup.okhttp3:logging-interceptor:jar:4.1.1'
<dependency org="com.squareup.okhttp3" name="logging-interceptor" rev="4.1.1">
<artifact name="logging-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3', module='logging-interceptor', version='4.1.1')
)
libraryDependencies += "com.squareup.okhttp3" % "logging-interceptor" % "4.1.1"
[com.squareup.okhttp3/logging-interceptor "4.1.1"]