r

retrofit2-kotlin-coroutines-adapter

A CallAdapter.Factory for Kotlin coroutine's Deferred.
https://github.com/JakeWharton/retrofit2-kotlin-coroutines-adapter/
The Apache Software License, Version 2.0
Jake Wharton
Files download
File Operation
retrofit2-kotlin-coroutines-adapter-0.9.2.jar download
retrofit2-kotlin-coroutines-adapter-0.9.2.pom download
retrofit2-kotlin-coroutines-adapter-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jakewharton.retrofit</groupId>
  <artifactId>retrofit2-kotlin-coroutines-adapter</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2'
Gradle Kotlin
implementation("com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2")
Scala SBT
libraryDependencies += "com.jakewharton.retrofit" % "retrofit2-kotlin-coroutines-adapter" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.jakewharton.retrofit', module='retrofit2-kotlin-coroutines-adapter', version='0.9.2')
)
Apache Ivy
<dependency org="com.jakewharton.retrofit" name="retrofit2-kotlin-coroutines-adapter" rev="0.9.2" />
Leiningen
[com.jakewharton.retrofit/retrofit2-kotlin-coroutines-adapter "0.9.2"]
Apache Buildr
'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:jar:0.9.2'