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