MVN

com.eygraber : kodein-di-android-components

Maven & Gradle

May 21, 2021
1 stars

KodeinDIAndroidComponents · Convenience utils for working with Kodein DI on Android

<dependency>
    <groupId>com.eygraber</groupId>
    <artifactId>kodein-di-android-components</artifactId>
    <version>7.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eygraber : kodein-di-android-components to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.6.0

All Versions

Choose a version of com.eygraber : kodein-di-android-components to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.6.x
kodein-di-android-components-7.6.0
7.5.x
kodein-di-android-components-7.5.0
7.4.x
kodein-di-android-components-7.4.0
'7.5.x
kodein-di-android-components-'7.5.0'

How to add a dependency to Maven

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

<dependency>
    <groupId>com.eygraber</groupId>
    <artifactId>kodein-di-android-components</artifactId>
    <version>7.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eygraber : kodein-di-android-components gradle dependency to your build.gradle file:

implementation 'com.eygraber:kodein-di-android-components:7.6.0'

Gradle Kotlin DSL: Add the following com.eygraber : kodein-di-android-components gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eygraber:kodein-di-android-components:7.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eygraber : kodein-di-android-components sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eygraber" % "kodein-di-android-components" % "7.6.0"