Once installed, you can perform a basic GET request with just one line using extension functions:
To "download" Fuel, you typically include it as a dependency in your project's build configuration rather than downloading a standalone file. 1. Gradle Installation (Recommended) kotlin fuel download
For Maven-based projects, add the dependency to your pom.xml : Once installed, you can perform a basic GET
dependencies // Core Fuel library implementation("com.github.kittinunf.fuel:fuel:2.3.1") // Optional: For Android support implementation("com.github.kittinunf.fuel:fuel-android:2.3.1") // Optional: For Coroutines support implementation("com.github.kittinunf.fuel:fuel-coroutines:2.3.1") Use code with caution. and more using a clean
Supports GET, POST, PUT, DELETE, and more using a clean, readable syntax.
Built-in support for both downloading files to a destination and uploading files via multipart/form-data.