License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdcom.github.kittinunf.fuel |
ArtifactId | ArtifactIdfuel-gson |
Version | Version2.3.1 |
Type | Typejar |
Description |
Descriptionfuel-gson
The easiest HTTP networking library in Kotlin/Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fuel-gson-2.3.1.pom | |
fuel-gson-2.3.1.jar | 25 KB |
fuel-gson-2.3.1-sources.jar | 1 KB |
fuel-gson-2.3.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-gson/ -->
<dependency>
<groupId>com.github.kittinunf.fuel</groupId>
<artifactId>fuel-gson</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-gson/
implementation 'com.github.kittinunf.fuel:fuel-gson:2.3.1'
// https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-gson/
implementation ("com.github.kittinunf.fuel:fuel-gson:2.3.1")
'com.github.kittinunf.fuel:fuel-gson:jar:2.3.1'
<dependency org="com.github.kittinunf.fuel" name="fuel-gson" rev="2.3.1">
<artifact name="fuel-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kittinunf.fuel', module='fuel-gson', version='2.3.1')
)
libraryDependencies += "com.github.kittinunf.fuel" % "fuel-gson" % "2.3.1"
[com.github.kittinunf.fuel/fuel-gson "2.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.kittinunf.fuel : fuel | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.10 |
com.google.code.gson : gson | jar | 2.8.6 |