is not current version
Last Version 1.1.0

ru.gildor.coroutines:kotlin-coroutines-retrofit 0.9.0

Provides Kotlin Coroutines suspendable await() extensions for Retrofit Call

Categories

Categories

Kotlin Languages Retrofit Net HTTP Clients
GroupId

GroupId

ru.gildor.coroutines
ArtifactId

ArtifactId

kotlin-coroutines-retrofit
Version

Version

0.9.0
Type

Type

jar

Download kotlin-coroutines-retrofit 0.9.0


<!-- https://jarcasting.com/artifacts/ru.gildor.coroutines/kotlin-coroutines-retrofit/ -->
<dependency>
    <groupId>ru.gildor.coroutines</groupId>
    <artifactId>kotlin-coroutines-retrofit</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.gildor.coroutines/kotlin-coroutines-retrofit/
implementation 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.9.0'
// https://jarcasting.com/artifacts/ru.gildor.coroutines/kotlin-coroutines-retrofit/
implementation ("ru.gildor.coroutines:kotlin-coroutines-retrofit:0.9.0")
'ru.gildor.coroutines:kotlin-coroutines-retrofit:jar:0.9.0'
<dependency org="ru.gildor.coroutines" name="kotlin-coroutines-retrofit" rev="0.9.0">
  <artifact name="kotlin-coroutines-retrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.gildor.coroutines', module='kotlin-coroutines-retrofit', version='0.9.0')
)
libraryDependencies += "ru.gildor.coroutines" % "kotlin-coroutines-retrofit" % "0.9.0"
[ru.gildor.coroutines/kotlin-coroutines-retrofit "0.9.0"]