MVN

com.facebook.litho : litho-coroutines-kotlin

Maven & Gradle

Feb 15, 2023
7.6k stars

LithoCoroutinesKotlin · Coroutine support for Kotlin bindings for the core Litho library

<dependency>
    <groupId>com.facebook.litho</groupId>
    <artifactId>litho-coroutines-kotlin</artifactId>
    <version>0.47.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.facebook.litho : litho-coroutines-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.47.0

All Versions

Choose a version of com.facebook.litho : litho-coroutines-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.47.x
litho-coroutines-kotlin-0.47.0
0.46.x
litho-coroutines-kotlin-0.46.0
0.45.x
litho-coroutines-kotlin-0.45.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.facebook.litho</groupId>
    <artifactId>litho-coroutines-kotlin</artifactId>
    <version>0.47.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.facebook.litho : litho-coroutines-kotlin gradle dependency to your build.gradle file:

implementation 'com.facebook.litho:litho-coroutines-kotlin:0.47.0'

Gradle Kotlin DSL: Add the following com.facebook.litho : litho-coroutines-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.facebook.litho:litho-coroutines-kotlin:0.47.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.facebook.litho : litho-coroutines-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.facebook.litho" % "litho-coroutines-kotlin" % "0.47.0"

Advertisement