GroupId | GroupIdcom.github.kittinunf.fuel |
---|---|
ArtifactId | ArtifactIdfuel-android |
Version | Version2.2.3 |
Type | Typeaar |
Filename | Size |
---|---|
fuel-android-2.2.3.pom | |
fuel-android-2.2.3.aar | 3 KB |
fuel-android-2.2.3-sources.jar | 1 KB |
fuel-android-2.2.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-android/ -->
<dependency>
<groupId>com.github.kittinunf.fuel</groupId>
<artifactId>fuel-android</artifactId>
<version>2.2.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-android/
implementation 'com.github.kittinunf.fuel:fuel-android:2.2.3'
// https://jarcasting.com/artifacts/com.github.kittinunf.fuel/fuel-android/
implementation ("com.github.kittinunf.fuel:fuel-android:2.2.3")
'com.github.kittinunf.fuel:fuel-android:aar:2.2.3'
<dependency org="com.github.kittinunf.fuel" name="fuel-android" rev="2.2.3">
<artifact name="fuel-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kittinunf.fuel', module='fuel-android', version='2.2.3')
)
libraryDependencies += "com.github.kittinunf.fuel" % "fuel-android" % "2.2.3"
[com.github.kittinunf.fuel/fuel-android "2.2.3"]