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