Fuel - Documentation
  • README
  • Core
    • Fuel
  • Support
    • Android
    • Coroutines
    • AAC LiveData
    • RxJava
    • Reactor
  • Deserialization
    • Forge
    • Gson
    • Jackson
    • Json
    • Kotlinx-Serialization
    • Moshi
  • Legacy
    • v1.x.y
Powered by GitBook
On this page
  • Installation
  • Usage

Was this helpful?

  1. Deserialization

Forge

PreviousReactorNextGson

Last updated 5 years ago

Was this helpful?

The forge extension package for Fuel.

Installation

You can and install fuel-forge with Maven and Gradle. The forge package has the following dependencies:

  • Forge: 1.0.0-alpha2

implementation 'com.github.kittinunf.fuel:fuel:<latest-version>'
implementation 'com.github.kittinunf.fuel:fuel-forge:<latest-version>'

Usage

See FuelForge.kt

download
Fuel