не последняя версия
Последняя версия 4.1.0

com.github.salomonbrys.kodein:kodein 2.7.0-beta2

Kotlin Dependency Injection

Группа

Группа

com.github.salomonbrys.kodein
Идентификатор

Идентификатор

kodein
Версия

Версия

2.7.0-beta2
Тип

Тип

jar

Скачать kodein 2.7.0-beta2


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