is not current version
Last Version 4.1.0

com.github.salomonbrys.kodein:kodein-erased 3.2.0

Kotlin Dependency Injection - using erased functions by default

GroupId

GroupId

com.github.salomonbrys.kodein
ArtifactId

ArtifactId

kodein-erased
Version

Version

3.2.0
Type

Type

jar

Download kodein-erased 3.2.0


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