f

fuel

The easiest HTTP networking library in Kotlin/Android
https://github.com/kittinunf/Fuel
MIT License
kittinunf iNoles KucherenkoIhor lucasqueiroz lucasvalenteds NikkyAI SleeplessByte
Files download
File Operation
fuel-2.2.3.jar download
fuel-2.2.3.pom download
fuel-2.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kittinunf.fuel</groupId>
  <artifactId>fuel</artifactId>
  <version>2.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.kittinunf.fuel:fuel:2.2.3'
Gradle Kotlin
implementation("com.github.kittinunf.fuel:fuel:2.2.3")
Scala SBT
libraryDependencies += "com.github.kittinunf.fuel" % "fuel" % "2.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kittinunf.fuel', module='fuel', version='2.2.3')
)
Apache Ivy
<dependency org="com.github.kittinunf.fuel" name="fuel" rev="2.2.3" />
Leiningen
[com.github.kittinunf.fuel/fuel "2.2.3"]
Apache Buildr
'com.github.kittinunf.fuel:fuel:jar:2.2.3'