License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdru.gildor.coroutines |
ArtifactId | ArtifactIdkotlin-coroutines-okhttp |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkotlin-coroutines-okhttp
Coroutine adapter for OkHttp Call
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/ru.gildor.coroutines/kotlin-coroutines-okhttp/ -->
<dependency>
<groupId>ru.gildor.coroutines</groupId>
<artifactId>kotlin-coroutines-okhttp</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.gildor.coroutines/kotlin-coroutines-okhttp/
implementation 'ru.gildor.coroutines:kotlin-coroutines-okhttp:1.0'
// https://jarcasting.com/artifacts/ru.gildor.coroutines/kotlin-coroutines-okhttp/
implementation ("ru.gildor.coroutines:kotlin-coroutines-okhttp:1.0")
'ru.gildor.coroutines:kotlin-coroutines-okhttp:jar:1.0'
<dependency org="ru.gildor.coroutines" name="kotlin-coroutines-okhttp" rev="1.0">
<artifact name="kotlin-coroutines-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.gildor.coroutines', module='kotlin-coroutines-okhttp', version='1.0')
)
libraryDependencies += "ru.gildor.coroutines" % "kotlin-coroutines-okhttp" % "1.0"
[ru.gildor.coroutines/kotlin-coroutines-okhttp "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.21 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.1.0 |
com.squareup.okhttp3 : okhttp | jar | 3.8.0 |