| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages Retrofit Net HTTP Clients |
| GroupId | GroupIdcom.github.pentoligy |
| ArtifactId | ArtifactIdretrofit2-kotlin-coroutines-flow-adapter |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRetrofit 2 Kotlin Coroutine's Flow Adapter
A CallAdapter.Factory for Kotlin coroutine's Flow.
|
<!-- https://jarcasting.com/artifacts/com.github.pentoligy/retrofit2-kotlin-coroutines-flow-adapter/ -->
<dependency>
<groupId>com.github.pentoligy</groupId>
<artifactId>retrofit2-kotlin-coroutines-flow-adapter</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pentoligy/retrofit2-kotlin-coroutines-flow-adapter/
implementation 'com.github.pentoligy:retrofit2-kotlin-coroutines-flow-adapter:1.1.1'
// https://jarcasting.com/artifacts/com.github.pentoligy/retrofit2-kotlin-coroutines-flow-adapter/
implementation ("com.github.pentoligy:retrofit2-kotlin-coroutines-flow-adapter:1.1.1")
'com.github.pentoligy:retrofit2-kotlin-coroutines-flow-adapter:jar:1.1.1'
<dependency org="com.github.pentoligy" name="retrofit2-kotlin-coroutines-flow-adapter" rev="1.1.1">
<artifact name="retrofit2-kotlin-coroutines-flow-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pentoligy', module='retrofit2-kotlin-coroutines-flow-adapter', version='1.1.1')
)
libraryDependencies += "com.github.pentoligy" % "retrofit2-kotlin-coroutines-flow-adapter" % "1.1.1"
[com.github.pentoligy/retrofit2-kotlin-coroutines-flow-adapter "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |