f

fuel-android

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-android-2.3.1.pom download
fuel-android-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kittinunf.fuel</groupId>
  <artifactId>fuel-android</artifactId>
  <version>2.3.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.kittinunf.fuel:fuel-android:2.3.1'
Gradle Kotlin
implementation("com.github.kittinunf.fuel:fuel-android:2.3.1")
Scala SBT
libraryDependencies += "com.github.kittinunf.fuel" % "fuel-android" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kittinunf.fuel', module='fuel-android', version='2.3.1')
)
Apache Ivy
<dependency org="com.github.kittinunf.fuel" name="fuel-android" rev="2.3.1" />
Leiningen
[com.github.kittinunf.fuel/fuel-android "2.3.1"]
Apache Buildr
'com.github.kittinunf.fuel:fuel-android:jar:2.3.1'