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