is not current version
Last Version 2.3.0

com.github.simonpercic:oklog3 0.2.0

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

GroupId

GroupId

com.github.simonpercic
ArtifactId

ArtifactId

oklog3
Version

Version

0.2.0
Type

Type

aar

Download oklog3 0.2.0


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