MVN

org.kodein.di : kodein-di-erased-js

Maven & Gradle

Dec 17, 2021
2 usages
3.1k stars

Kodein-DI · Kodein-DI Project

<dependency>
    <groupId>org.kodein.di</groupId>
    <artifactId>kodein-di-erased-js</artifactId>
    <version>6.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kodein.di : kodein-di-erased-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.5.5

All Versions

Choose a version of org.kodein.di : kodein-di-erased-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.5.x
kodein-di-erased-js-6.5.5
kodein-di-erased-js-6.5.4
kodein-di-erased-js-6.5.3
kodein-di-erased-js-6.5.2
kodein-di-erased-js-6.5.1
kodein-di-erased-js-6.5.0
6.4.x
kodein-di-erased-js-6.4.1
kodein-di-erased-js-6.4.0
6.3.x
kodein-di-erased-js-6.3.3
kodein-di-erased-js-6.3.2
kodein-di-erased-js-6.3.1
kodein-di-erased-js-6.3.0
6.2.x
kodein-di-erased-js-6.2.1
kodein-di-erased-js-6.2.0
6.1.x
kodein-di-erased-js-6.1.0
6.0.x
kodein-di-erased-js-6.0.1
kodein-di-erased-js-6.0.0
5.3.x
kodein-di-erased-js-5.3.0
5.2.x
kodein-di-erased-js-5.2.0
5.1.x
kodein-di-erased-js-5.1.1
kodein-di-erased-js-5.1.0
5.0.x
kodein-di-erased-js-5.0.1
kodein-di-erased-js-5.0.0

How to add a dependency to Maven

Add the following org.kodein.di : kodein-di-erased-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kodein.di</groupId>
    <artifactId>kodein-di-erased-js</artifactId>
    <version>6.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kodein.di : kodein-di-erased-js gradle dependency to your build.gradle file:

implementation 'org.kodein.di:kodein-di-erased-js:6.5.5'

Gradle Kotlin DSL: Add the following org.kodein.di : kodein-di-erased-js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kodein.di:kodein-di-erased-js:6.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kodein.di : kodein-di-erased-js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kodein.di" % "kodein-di-erased-js" % "6.5.5"

Advertisement