| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKotlin Языки программирования Retrofit Сеть HTTP Clients |
| Группа | Группаru.gildor.coroutines |
| Идентификатор | Идентификаторkotlin-coroutines-retrofit |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Описание |
Описаниеkotlin-coroutines-retrofit
Provides Kotlin Coroutines suspendable await() extensions for Retrofit Call
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/ru.gildor.coroutines/kotlin-coroutines-retrofit/ -->
<dependency>
<groupId>ru.gildor.coroutines</groupId>
<artifactId>kotlin-coroutines-retrofit</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.gildor.coroutines/kotlin-coroutines-retrofit/
implementation 'ru.gildor.coroutines:kotlin-coroutines-retrofit:1.1.0'
// https://jarcasting.com/artifacts/ru.gildor.coroutines/kotlin-coroutines-retrofit/
implementation ("ru.gildor.coroutines:kotlin-coroutines-retrofit:1.1.0")
'ru.gildor.coroutines:kotlin-coroutines-retrofit:jar:1.1.0'
<dependency org="ru.gildor.coroutines" name="kotlin-coroutines-retrofit" rev="1.1.0">
<artifact name="kotlin-coroutines-retrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.gildor.coroutines', module='kotlin-coroutines-retrofit', version='1.1.0')
)
libraryDependencies += "ru.gildor.coroutines" % "kotlin-coroutines-retrofit" % "1.1.0"
[ru.gildor.coroutines/kotlin-coroutines-retrofit "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.21 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.1.1 |
| com.squareup.retrofit2 : retrofit | jar | 2.5.0 |