MVN

org.kodein.di : kodein-di-conf

Maven & Gradle

Jun 26, 2023
3.1k stars

Kodein-JxInject · Kodein that can be use with JSR-330: Using reflexivity to auto-inject

<dependency>
    <groupId>org.kodein.di</groupId>
    <artifactId>kodein-di-conf</artifactId>
    <version>7.20.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.20.2
  • Latest Release Candidate: 7.15.0-kotlin-1.7.20-RC

All Versions

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

Version Vulnerabilities Updated
7.20.x
kodein-di-conf-7.20.2
kodein-di-conf-7.20.1
kodein-di-conf-7.20.0
7.19.x
kodein-di-conf-7.19.1
kodein-di-conf-7.19.0
7.18.x
kodein-di-conf-7.18.0
7.17.x
kodein-di-conf-7.17.0
7.16.x
kodein-di-conf-7.16.0
7.15.x
kodein-di-conf-7.15.1
kodein-di-conf-7.15.0
kodein-di-conf-7.15.0-kotlin-1.7.20-RC
7.14.x
kodein-di-conf-7.14.0
7.13.x
kodein-di-conf-7.13.1
kodein-di-conf-7.13.0
7.12.x
kodein-di-conf-7.12.0
7.11.x
kodein-di-conf-7.11.0
7.10.x
kodein-di-conf-7.10.0
7.9.x
kodein-di-conf-7.9.0
7.8.x
kodein-di-conf-7.8.0
7.7.x
kodein-di-conf-7.7.0
7.6.x
kodein-di-conf-7.6.0
7.5.x
kodein-di-conf-7.5.1
kodein-di-conf-7.5.0
7.4.x
kodein-di-conf-7.4.0
7.3.x
kodein-di-conf-7.3.1
kodein-di-conf-7.3.0
7.2.x
kodein-di-conf-7.2.0
7.1.x
kodein-di-conf-7.1.0
7.0.x
kodein-di-conf-7.0.0
6.5.x
kodein-di-conf-6.5.5
kodein-di-conf-6.5.4
kodein-di-conf-6.5.3
kodein-di-conf-6.5.2
kodein-di-conf-6.5.1
kodein-di-conf-6.5.0
6.4.x
kodein-di-conf-6.4.1
kodein-di-conf-6.4.0
6.3.x
kodein-di-conf-6.3.3
kodein-di-conf-6.3.2
kodein-di-conf-6.3.1
kodein-di-conf-6.3.0
6.2.x
kodein-di-conf-6.2.1
kodein-di-conf-6.2.0
6.1.x
kodein-di-conf-6.1.0
6.0.x
kodein-di-conf-6.0.1
kodein-di-conf-6.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.kodein.di</groupId>
    <artifactId>kodein-di-conf</artifactId>
    <version>7.20.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.kodein.di:kodein-di-conf:7.20.2'

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

implementation("org.kodein.di:kodein-di-conf:7.20.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.kodein.di" % "kodein-di-conf" % "7.20.2"

Advertisement