is not current version
Last Version 4.1.0

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

Kotlin Dependency Injection - using erased functions by default

GroupId

GroupId

com.github.salomonbrys.kodein
ArtifactId

ArtifactId

kodein-erased
Version

Version

3.2.0-beta1
Type

Type

jar

Download kodein-erased 3.2.0-beta1


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