| Категории |
КатегорииKotlin Языки программирования Retrofit Сеть HTTP Clients |
|---|---|
| Группа | Группаru.gildor.coroutines |
| Идентификатор | Идентификаторkotlin-coroutines-retrofit |
| Версия | Версия0.9.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| kotlin-coroutines-retrofit-0.9.0.pom | |
| kotlin-coroutines-retrofit-0.9.0.jar | 14 KB |
| kotlin-coroutines-retrofit-0.9.0-sources.jar | 2 KB |
| kotlin-coroutines-retrofit-0.9.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- 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"]