Categories |
CategoriesKotlin Languages Retrofit Net HTTP Clients |
---|---|
GroupId | GroupIdru.gildor.coroutines |
ArtifactId | ArtifactIdkotlin-coroutines-retrofit |
Version | Version0.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ru.gildor.coroutines/kotlin-coroutines-retrofit/ -->
<dependency>
<groupId>ru.gildor.coroutines</groupId>
<artifactId>kotlin-coroutines-retrofit</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.gildor.coroutines/kotlin-coroutines-retrofit/
implementation 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.10.0'
// https://jarcasting.com/artifacts/ru.gildor.coroutines/kotlin-coroutines-retrofit/
implementation ("ru.gildor.coroutines:kotlin-coroutines-retrofit:0.10.0")
'ru.gildor.coroutines:kotlin-coroutines-retrofit:jar:0.10.0'
<dependency org="ru.gildor.coroutines" name="kotlin-coroutines-retrofit" rev="0.10.0">
<artifact name="kotlin-coroutines-retrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.gildor.coroutines', module='kotlin-coroutines-retrofit', version='0.10.0')
)
libraryDependencies += "ru.gildor.coroutines" % "kotlin-coroutines-retrofit" % "0.10.0"
[ru.gildor.coroutines/kotlin-coroutines-retrofit "0.10.0"]