License |
License |
---|---|
Categories |
CategoriesKotlin Languages Retrofit Net HTTP Clients |
GroupId | GroupIdcom.jakewharton.retrofit |
ArtifactId | ArtifactIdretrofit2-kotlin-coroutines-experimental-adapter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRetrofit 2 Kotlin Coroutine Adapter
A CallAdapter.Factory for Kotlin coroutine's Deferred.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.jakewharton.retrofit/retrofit2-kotlin-coroutines-experimental-adapter/ -->
<dependency>
<groupId>com.jakewharton.retrofit</groupId>
<artifactId>retrofit2-kotlin-coroutines-experimental-adapter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.retrofit/retrofit2-kotlin-coroutines-experimental-adapter/
implementation 'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-experimental-adapter:1.0.0'
// https://jarcasting.com/artifacts/com.jakewharton.retrofit/retrofit2-kotlin-coroutines-experimental-adapter/
implementation ("com.jakewharton.retrofit:retrofit2-kotlin-coroutines-experimental-adapter:1.0.0")
'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-experimental-adapter:jar:1.0.0'
<dependency org="com.jakewharton.retrofit" name="retrofit2-kotlin-coroutines-experimental-adapter" rev="1.0.0">
<artifact name="retrofit2-kotlin-coroutines-experimental-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.retrofit', module='retrofit2-kotlin-coroutines-experimental-adapter', version='1.0.0')
)
libraryDependencies += "com.jakewharton.retrofit" % "retrofit2-kotlin-coroutines-experimental-adapter" % "1.0.0"
[com.jakewharton.retrofit/retrofit2-kotlin-coroutines-experimental-adapter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : retrofit | jar | 2.3.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.10 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 0.20 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.squareup.okhttp3 : mockwebserver | jar | 3.9.1 |
com.google.guava : guava | jar | 23.6-jre |
com.google.truth : truth | jar | 0.37 |