o

org.librarysimplified.http.chucker

Library Simplified HTTP client (Chucker extension)
http://github.com/ThePalaceProject/android-http
Apache 2.0 License
The Palace Project
Files download
File Operation
org.librarysimplified.http.chucker-1.6.0.pom download
org.librarysimplified.http.chucker-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.thepalaceproject.http</groupId>
  <artifactId>org.librarysimplified.http.chucker</artifactId>
  <version>1.6.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'org.thepalaceproject.http:org.librarysimplified.http.chucker:1.6.0'
Gradle Kotlin
implementation("org.thepalaceproject.http:org.librarysimplified.http.chucker:1.6.0")
Scala SBT
libraryDependencies += "org.thepalaceproject.http" % "org.librarysimplified.http.chucker" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.thepalaceproject.http', module='org.librarysimplified.http.chucker', version='1.6.0')
)
Apache Ivy
<dependency org="org.thepalaceproject.http" name="org.librarysimplified.http.chucker" rev="1.6.0" />
Leiningen
[org.thepalaceproject.http/org.librarysimplified.http.chucker "1.6.0"]
Apache Buildr
'org.thepalaceproject.http:org.librarysimplified.http.chucker:jar:1.6.0'