License |
License |
---|---|
GroupId | GroupIdcom.github.simonpercic |
ArtifactId | ArtifactIdoklog |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionOkLog
Response logging interceptor for OkHttp. Logs a url link with url-encoded response for every OkHttp call.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oklog-2.3.0.pom | |
oklog-2.3.0.aar | 6 KB |
oklog-2.3.0-sources.jar | 4 KB |
oklog-2.3.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simonpercic/oklog/ -->
<dependency>
<groupId>com.github.simonpercic</groupId>
<artifactId>oklog</artifactId>
<version>2.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonpercic/oklog/
implementation 'com.github.simonpercic:oklog:2.3.0'
// https://jarcasting.com/artifacts/com.github.simonpercic/oklog/
implementation ("com.github.simonpercic:oklog:2.3.0")
'com.github.simonpercic:oklog:aar:2.3.0'
<dependency org="com.github.simonpercic" name="oklog" rev="2.3.0">
<artifact name="oklog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonpercic', module='oklog', version='2.3.0')
)
libraryDependencies += "com.github.simonpercic" % "oklog" % "2.3.0"
[com.github.simonpercic/oklog "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.simonpercic : oklog-java | jar | 2.3.0 |
com.github.simonpercic : oklog-core-android | jar | 2.3.0 |