| Categories |
CategoriesJavaScript Languages |
|---|---|
| GroupId | GroupIdcom.github.salomonbrys.kodein |
| ArtifactId | ArtifactIdkodein-js |
| Version | Version4.0.0-beta1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kodein-js-4.0.0-beta1.pom | |
| kodein-js-4.0.0-beta1.jar | 36 KB |
| kodein-js-4.0.0-beta1-sources.jar | 32 KB |
| kodein-js-4.0.0-beta1-javadoc.jar | 321 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.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-js/
implementation 'com.github.salomonbrys.kodein:kodein-js:4.0.0-beta1'
// https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-js/
implementation ("com.github.salomonbrys.kodein:kodein-js:4.0.0-beta1")
'com.github.salomonbrys.kodein:kodein-js:jar:4.0.0-beta1'
<dependency org="com.github.salomonbrys.kodein" name="kodein-js" rev="4.0.0-beta1">
<artifact name="kodein-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.salomonbrys.kodein', module='kodein-js', version='4.0.0-beta1')
)
libraryDependencies += "com.github.salomonbrys.kodein" % "kodein-js" % "4.0.0-beta1"
[com.github.salomonbrys.kodein/kodein-js "4.0.0-beta1"]