is not current version
Last Version 2.3.1

com.github.kittinunf.fuel:fuel-gson 2.2.3

The easiest HTTP networking library in Kotlin/Android

Categories

Categories

Gson Data JSON
GroupId

GroupId

com.github.kittinunf.fuel
ArtifactId

ArtifactId

fuel-gson
Version

Version

2.2.3
Type

Type

jar

Download fuel-gson 2.2.3


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