MVN

com.ivianuu.injekt : injekt-coroutines-js

Maven & Gradle

Dec 09, 2022
109 stars

Injekt coroutines library · Next gen DI for kotlin

<dependency>
    <groupId>com.ivianuu.injekt</groupId>
    <artifactId>injekt-coroutines-js</artifactId>
    <version>0.0.1-dev689</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ivianuu.injekt : injekt-coroutines-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-dev689

All Versions

Choose a version of com.ivianuu.injekt : injekt-coroutines-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
injekt-coroutines-js-0.0.1-dev689
injekt-coroutines-js-0.0.1-dev688
injekt-coroutines-js-0.0.1-dev687
injekt-coroutines-js-0.0.1-dev683
injekt-coroutines-js-0.0.1-dev682
injekt-coroutines-js-0.0.1-dev675
injekt-coroutines-js-0.0.1-dev674
injekt-coroutines-js-0.0.1-dev673
injekt-coroutines-js-0.0.1-dev672
injekt-coroutines-js-0.0.1-dev670
injekt-coroutines-js-0.0.1-dev669
injekt-coroutines-js-0.0.1-dev668
injekt-coroutines-js-0.0.1-dev667
injekt-coroutines-js-0.0.1-dev666
injekt-coroutines-js-0.0.1-dev665
injekt-coroutines-js-0.0.1-dev664
injekt-coroutines-js-0.0.1-dev663
injekt-coroutines-js-0.0.1-dev662
injekt-coroutines-js-0.0.1-dev661
injekt-coroutines-js-0.0.1-dev660
injekt-coroutines-js-0.0.1-dev659
injekt-coroutines-js-0.0.1-dev658
injekt-coroutines-js-0.0.1-dev657

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ivianuu.injekt</groupId>
    <artifactId>injekt-coroutines-js</artifactId>
    <version>0.0.1-dev689</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ivianuu.injekt : injekt-coroutines-js gradle dependency to your build.gradle file:

implementation 'com.ivianuu.injekt:injekt-coroutines-js:0.0.1-dev689'

Gradle Kotlin DSL: Add the following com.ivianuu.injekt : injekt-coroutines-js gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ivianuu.injekt:injekt-coroutines-js:0.0.1-dev689")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ivianuu.injekt : injekt-coroutines-js sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ivianuu.injekt" % "injekt-coroutines-js" % "0.0.1-dev689"