is not current version
Last Version 2.3.1

com.github.kittinunf.fuel:fuel 2.3.0

The easiest HTTP networking library in Kotlin/Android

GroupId

GroupId

com.github.kittinunf.fuel
ArtifactId

ArtifactId

fuel
Version

Version

2.3.0
Type

Type

jar

Download fuel 2.3.0


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