License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.simonpercic |
ArtifactId | ArtifactIdoklog3-java |
Version | Version2.3.0 |
Type | Typejar |
Description |
DescriptionOkLog3-Java
Response logging interceptor for OkHttp3. Logs a url link with url-encoded response for every OkHttp call.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oklog3-java-2.3.0.pom | |
oklog3-java-2.3.0.jar | 8 KB |
oklog3-java-2.3.0-sources.jar | 8 KB |
oklog3-java-2.3.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simonpercic/oklog3-java/ -->
<dependency>
<groupId>com.github.simonpercic</groupId>
<artifactId>oklog3-java</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonpercic/oklog3-java/
implementation 'com.github.simonpercic:oklog3-java:2.3.0'
// https://jarcasting.com/artifacts/com.github.simonpercic/oklog3-java/
implementation ("com.github.simonpercic:oklog3-java:2.3.0")
'com.github.simonpercic:oklog3-java:jar:2.3.0'
<dependency org="com.github.simonpercic" name="oklog3-java" rev="2.3.0">
<artifact name="oklog3-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonpercic', module='oklog3-java', version='2.3.0')
)
libraryDependencies += "com.github.simonpercic" % "oklog3-java" % "2.3.0"
[com.github.simonpercic/oklog3-java "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.simonpercic : oklog-core | jar | 2.3.0 |