is not current version
Last Version 2.3.0

com.github.simonpercic:oklog 0.2.1

Response logging interceptor for OkHttp. Logs a url link with url-encoded response for every OkHttp call.

GroupId

GroupId

com.github.simonpercic
ArtifactId

ArtifactId

oklog
Version

Version

0.2.1
Type

Type

aar

Download oklog 0.2.1


<!-- https://jarcasting.com/artifacts/com.github.simonpercic/oklog/ -->
<dependency>
    <groupId>com.github.simonpercic</groupId>
    <artifactId>oklog</artifactId>
    <version>0.2.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonpercic/oklog/
implementation 'com.github.simonpercic:oklog:0.2.1'
// https://jarcasting.com/artifacts/com.github.simonpercic/oklog/
implementation ("com.github.simonpercic:oklog:0.2.1")
'com.github.simonpercic:oklog:aar:0.2.1'
<dependency org="com.github.simonpercic" name="oklog" rev="0.2.1">
  <artifact name="oklog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonpercic', module='oklog', version='0.2.1')
)
libraryDependencies += "com.github.simonpercic" % "oklog" % "0.2.1"
[com.github.simonpercic/oklog "0.2.1"]