g

gecko-okhttp

Full network logging allowing users to browse entire calls via simple urls and more.
https://github.com/diareuse/gecko
GNU General Public License v3
Viktor De Pasquale
文件下载
文件名 操作
gecko-okhttp-0.0.6.jar 下载
gecko-okhttp-0.0.6.pom 下载
gecko-okhttp-0.0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.diareuse</groupId>
  <artifactId>gecko-okhttp</artifactId>
  <version>0.0.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.diareuse:gecko-okhttp:0.0.6'
Gradle Kotlin
implementation("io.github.diareuse:gecko-okhttp:0.0.6")
Scala SBT
libraryDependencies += "io.github.diareuse" % "gecko-okhttp" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.diareuse', module='gecko-okhttp', version='0.0.6')
)
Apache Ivy
<dependency org="io.github.diareuse" name="gecko-okhttp" rev="0.0.6" />
Leiningen
[io.github.diareuse/gecko-okhttp "0.0.6"]
Apache Buildr
'io.github.diareuse:gecko-okhttp:jar:0.0.6'