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
Files download
File Operation
gecko-okhttp-0.0.1.jar download
gecko-okhttp-0.0.1.pom download
gecko-okhttp-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.diareuse</groupId>
  <artifactId>gecko-okhttp</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.diareuse:gecko-okhttp:0.0.1'
Gradle Kotlin
implementation("io.github.diareuse:gecko-okhttp:0.0.1")
Scala SBT
libraryDependencies += "io.github.diareuse" % "gecko-okhttp" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.diareuse', module='gecko-okhttp', version='0.0.1')
)
Apache Ivy
<dependency org="io.github.diareuse" name="gecko-okhttp" rev="0.0.1" />
Leiningen
[io.github.diareuse/gecko-okhttp "0.0.1"]
Apache Buildr
'io.github.diareuse:gecko-okhttp:jar:0.0.1'