| License |
License |
|---|---|
| GroupId | GroupIdio.github.bytebeats |
| ArtifactId | ArtifactIdokhttp-analyzer-interceptor |
| Last Version | Last Version0.1.4-3 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionokhttp-analyzer-interceptor
okhttp-analyzer-interceptor: Android part of the Android Studio(Intellij IDEA) OkHttp Analyzer plugin which would analyze details of requests and responses from OkHttpClient.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.bytebeats/okhttp-analyzer-interceptor/ -->
<dependency>
<groupId>io.github.bytebeats</groupId>
<artifactId>okhttp-analyzer-interceptor</artifactId>
<version>0.1.4-3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.bytebeats/okhttp-analyzer-interceptor/
implementation 'io.github.bytebeats:okhttp-analyzer-interceptor:0.1.4-3'
// https://jarcasting.com/artifacts/io.github.bytebeats/okhttp-analyzer-interceptor/
implementation ("io.github.bytebeats:okhttp-analyzer-interceptor:0.1.4-3")
'io.github.bytebeats:okhttp-analyzer-interceptor:aar:0.1.4-3'
<dependency org="io.github.bytebeats" name="okhttp-analyzer-interceptor" rev="0.1.4-3">
<artifact name="okhttp-analyzer-interceptor" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.bytebeats', module='okhttp-analyzer-interceptor', version='0.1.4-3')
)
libraryDependencies += "io.github.bytebeats" % "okhttp-analyzer-interceptor" % "0.1.4-3"
[io.github.bytebeats/okhttp-analyzer-interceptor "0.1.4-3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 3.12.2 |