MVN

ru.gildor.coroutines : kotlin-coroutines-retrofit

Maven & Gradle

Feb 11, 2019
1 usages
850 stars

kotlin-coroutines-retrofit · Provides Kotlin Coroutines suspendable await() extensions for Retrofit Call

<dependency>
    <groupId>ru.gildor.coroutines</groupId>
    <artifactId>kotlin-coroutines-retrofit</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.gildor.coroutines : kotlin-coroutines-retrofit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of ru.gildor.coroutines : kotlin-coroutines-retrofit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
kotlin-coroutines-retrofit-1.1.0
1.0.x
kotlin-coroutines-retrofit-1.0.0
0.13.x
kotlin-coroutines-retrofit-0.13.0-eap13
kotlin-coroutines-retrofit-0.13.0
0.12.x
kotlin-coroutines-retrofit-0.12.0-eap13
kotlin-coroutines-retrofit-0.12.0
0.11.x
kotlin-coroutines-retrofit-0.11.0
0.10.x
kotlin-coroutines-retrofit-0.10.0
0.9.x
kotlin-coroutines-retrofit-0.9.0
0.8.x
kotlin-coroutines-retrofit-0.8.2
kotlin-coroutines-retrofit-0.8.1
0.7.x
kotlin-coroutines-retrofit-0.7.1
kotlin-coroutines-retrofit-0.7.0
0.6.x
kotlin-coroutines-retrofit-0.6.0
0.5.x
kotlin-coroutines-retrofit-0.5.1
kotlin-coroutines-retrofit-0.5.0
0.4.x
kotlin-coroutines-retrofit-0.4.1
kotlin-coroutines-retrofit-0.4.0
0.3.x
kotlin-coroutines-retrofit-0.3.0
0.2.x
kotlin-coroutines-retrofit-0.2.0

How to add a dependency to Maven

Add the following ru.gildor.coroutines : kotlin-coroutines-retrofit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.gildor.coroutines</groupId>
    <artifactId>kotlin-coroutines-retrofit</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.gildor.coroutines : kotlin-coroutines-retrofit gradle dependency to your build.gradle file:

implementation 'ru.gildor.coroutines:kotlin-coroutines-retrofit:1.1.0'

Gradle Kotlin DSL: Add the following ru.gildor.coroutines : kotlin-coroutines-retrofit gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.gildor.coroutines:kotlin-coroutines-retrofit:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.gildor.coroutines : kotlin-coroutines-retrofit sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.gildor.coroutines" % "kotlin-coroutines-retrofit" % "1.1.0"

Advertisement