is not current version
Last Version 2.3.1

com.github.kittinunf.fuel:fuel-android 2.3.0

The easiest HTTP networking library in Kotlin/Android

GroupId

GroupId

com.github.kittinunf.fuel
ArtifactId

ArtifactId

fuel-android
Version

Version

2.3.0
Type

Type

aar

Download fuel-android 2.3.0


<!-- https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-android/ -->
<dependency>
    <groupId>com.github.kittinunf.fuel</groupId>
    <artifactId>fuel-android</artifactId>
    <version>2.3.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-android/
implementation 'com.github.kittinunf.fuel:fuel-android:2.3.0'
// https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-android/
implementation ("com.github.kittinunf.fuel:fuel-android:2.3.0")
'com.github.kittinunf.fuel:fuel-android:aar:2.3.0'
<dependency org="com.github.kittinunf.fuel" name="fuel-android" rev="2.3.0">
  <artifact name="fuel-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kittinunf.fuel', module='fuel-android', version='2.3.0')
)
libraryDependencies += "com.github.kittinunf.fuel" % "fuel-android" % "2.3.0"
[com.github.kittinunf.fuel/fuel-android "2.3.0"]