is not current version
Last Version 4.1.0

com.github.salomonbrys.kodein:kodein-core 3.4.1

Kotlin Dependency Injection Core

GroupId

GroupId

com.github.salomonbrys.kodein
ArtifactId

ArtifactId

kodein-core
Version

Version

3.4.1
Type

Type

jar

Download kodein-core 3.4.1


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