r

rocket

Android Http Interceptor that tracks thread and ui locations.
https://github.com/amrdeveloper/rocket/
MIT
Amr Hesham
Files download
File Operation
rocket-0.4.0.pom download
rocket-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.amrdeveloper</groupId>
  <artifactId>rocket</artifactId>
  <version>0.4.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.amrdeveloper:rocket:0.4.0'
Gradle Kotlin
implementation("io.github.amrdeveloper:rocket:0.4.0")
Scala SBT
libraryDependencies += "io.github.amrdeveloper" % "rocket" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.amrdeveloper', module='rocket', version='0.4.0')
)
Apache Ivy
<dependency org="io.github.amrdeveloper" name="rocket" rev="0.4.0" />
Leiningen
[io.github.amrdeveloper/rocket "0.4.0"]
Apache Buildr
'io.github.amrdeveloper:rocket:jar:0.4.0'