is not current version
Last Version 4.1.0

com.github.salomonbrys.kodein:kodein-erased 4.0.0-beta2

Kotlin Dependency Injection - using erased functions by default

GroupId

GroupId

com.github.salomonbrys.kodein
ArtifactId

ArtifactId

kodein-erased
Version

Version

4.0.0-beta2
Type

Type

jar

Download kodein-erased 4.0.0-beta2


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