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 |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdcom.github.salomonbrys.kodein |
ArtifactId | ArtifactIdkodein-js |
Last Version | Last Version4.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKodein for Javascript
Kotlin Dependency Injection for Javascript
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kodein-js-4.1.0.pom | |
kodein-js-4.1.0.jar | 41 KB |
kodein-js-4.1.0-sources.jar | 37 KB |
kodein-js-4.1.0-javadoc.jar | 349 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-js/ -->
<dependency>
<groupId>com.github.salomonbrys.kodein</groupId>
<artifactId>kodein-js</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-js/
implementation 'com.github.salomonbrys.kodein:kodein-js:4.1.0'
// https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-js/
implementation ("com.github.salomonbrys.kodein:kodein-js:4.1.0")
'com.github.salomonbrys.kodein:kodein-js:jar:4.1.0'
<dependency org="com.github.salomonbrys.kodein" name="kodein-js" rev="4.1.0">
<artifact name="kodein-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.salomonbrys.kodein', module='kodein-js', version='4.1.0')
)
libraryDependencies += "com.github.salomonbrys.kodein" % "kodein-js" % "4.1.0"
[com.github.salomonbrys.kodein/kodein-js "4.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.1.3-2 |
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.