is not current version
Last Version 4.1.0

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

Kotlin Dependency Injection for Android

GroupId

GroupId

com.github.salomonbrys.kodein
ArtifactId

ArtifactId

kodein-android
Version

Version

2.4.1
Type

Type

jar

Download kodein-android 2.4.1


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