f

fuel-gson

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