KOtlin DEpendency INjection
The Kodein lirary is now named Kodein-DI and is part of the Kodein Framework.
The project has moved HERE.
The documentation has moved HERE.
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.salomonbrys.kodein |
| ArtifactId | ArtifactIdkodein-global |
| Last Version | Last Version3.0.0-beta6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKodein-Global
Kodein as a static global
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kodein-global-3.0.0-beta6.pom | |
| kodein-global-3.0.0-beta6.jar | 9 KB |
| kodein-global-3.0.0-beta6-sources.jar | 1 KB |
| kodein-global-3.0.0-beta6-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-global/ -->
<dependency>
<groupId>com.github.salomonbrys.kodein</groupId>
<artifactId>kodein-global</artifactId>
<version>3.0.0-beta6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-global/
implementation 'com.github.salomonbrys.kodein:kodein-global:3.0.0-beta6'
// https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-global/
implementation ("com.github.salomonbrys.kodein:kodein-global:3.0.0-beta6")
'com.github.salomonbrys.kodein:kodein-global:jar:3.0.0-beta6'
<dependency org="com.github.salomonbrys.kodein" name="kodein-global" rev="3.0.0-beta6">
<artifact name="kodein-global" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.salomonbrys.kodein', module='kodein-global', version='3.0.0-beta6')
)
libraryDependencies += "com.github.salomonbrys.kodein" % "kodein-global" % "3.0.0-beta6"
[com.github.salomonbrys.kodein/kodein-global "3.0.0-beta6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.3 |
| com.github.salomonbrys.kodein : kodein | jar | 3.0.0-beta6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
The Kodein lirary is now named Kodein-DI and is part of the Kodein Framework.
The project has moved HERE.
The documentation has moved HERE.