is not current version
Last Version 4.1.0

com.github.salomonbrys.kodein:kodein 4.0.0-beta1

Kotlin Dependency Injection

GroupId

GroupId

com.github.salomonbrys.kodein
ArtifactId

ArtifactId

kodein
Version

Version

4.0.0-beta1
Type

Type

jar

Download kodein 4.0.0-beta1


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