GroupId | GroupIdcom.github.salomonbrys.kodein |
---|---|
ArtifactId | ArtifactIdkodein-core |
Version | Version4.0.0-beta2 |
Type | Typejar |
Filename | Size |
---|---|
kodein-core-4.0.0-beta2.pom | |
kodein-core-4.0.0-beta2.jar | 230 KB |
kodein-core-4.0.0-beta2-sources.jar | 36 KB |
kodein-core-4.0.0-beta2-javadoc.jar | 360 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-core/ -->
<dependency>
<groupId>com.github.salomonbrys.kodein</groupId>
<artifactId>kodein-core</artifactId>
<version>4.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-core/
implementation 'com.github.salomonbrys.kodein:kodein-core:4.0.0-beta2'
// https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-core/
implementation ("com.github.salomonbrys.kodein:kodein-core:4.0.0-beta2")
'com.github.salomonbrys.kodein:kodein-core:jar:4.0.0-beta2'
<dependency org="com.github.salomonbrys.kodein" name="kodein-core" rev="4.0.0-beta2">
<artifact name="kodein-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.salomonbrys.kodein', module='kodein-core', version='4.0.0-beta2')
)
libraryDependencies += "com.github.salomonbrys.kodein" % "kodein-core" % "4.0.0-beta2"
[com.github.salomonbrys.kodein/kodein-core "4.0.0-beta2"]