License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.jleth.util |
ArtifactId | ArtifactIdokhttp3-logging |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionOkHttp3 logging interceptor
HTTP logging intercepter for OkHttp3
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
okhttp3-logging-1.0.2.pom | |
okhttp3-logging-1.0.2.jar | 5 KB |
okhttp3-logging-1.0.2-sources.jar | 2 KB |
okhttp3-logging-1.0.2-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jleth.util/okhttp3-logging/ -->
<dependency>
<groupId>com.jleth.util</groupId>
<artifactId>okhttp3-logging</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jleth.util/okhttp3-logging/
implementation 'com.jleth.util:okhttp3-logging:1.0.2'
// https://jarcasting.com/artifacts/com.jleth.util/okhttp3-logging/
implementation ("com.jleth.util:okhttp3-logging:1.0.2")
'com.jleth.util:okhttp3-logging:jar:1.0.2'
<dependency org="com.jleth.util" name="okhttp3-logging" rev="1.0.2">
<artifact name="okhttp3-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jleth.util', module='okhttp3-logging', version='1.0.2')
)
libraryDependencies += "com.jleth.util" % "okhttp3-logging" % "1.0.2"
[com.jleth.util/okhttp3-logging "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.2.0 |