is not current version
Last Version 4.1.0

com.github.salomonbrys.kodein:kodein-android 2.3.0

Kotlin Dependency Injection for Android

GroupId

GroupId

com.github.salomonbrys.kodein
ArtifactId

ArtifactId

kodein-android
Version

Version

2.3.0
Type

Type

jar

Download kodein-android 2.3.0


<!-- https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-android/ -->
<dependency>
    <groupId>com.github.salomonbrys.kodein</groupId>
    <artifactId>kodein-android</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-android/
implementation 'com.github.salomonbrys.kodein:kodein-android:2.3.0'
// https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-android/
implementation ("com.github.salomonbrys.kodein:kodein-android:2.3.0")
'com.github.salomonbrys.kodein:kodein-android:jar:2.3.0'
<dependency org="com.github.salomonbrys.kodein" name="kodein-android" rev="2.3.0">
  <artifact name="kodein-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.salomonbrys.kodein', module='kodein-android', version='2.3.0')
)
libraryDependencies += "com.github.salomonbrys.kodein" % "kodein-android" % "2.3.0"
[com.github.salomonbrys.kodein/kodein-android "2.3.0"]