GroupId | GroupIdcom.github.salomonbrys.kodein |
---|---|
ArtifactId | ArtifactIdkodein-global |
Version | Version3.0.0-beta2 |
Type | Typejar |
Filename | Size |
---|---|
kodein-global-3.0.0-beta2.pom | |
kodein-global-3.0.0-beta2.jar | 8 KB |
kodein-global-3.0.0-beta2-sources.jar | 1 KB |
kodein-global-3.0.0-beta2-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-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-global/
implementation 'com.github.salomonbrys.kodein:kodein-global:3.0.0-beta2'
// https://jarcasting.com/artifacts/com.github.salomonbrys.kodein/kodein-global/
implementation ("com.github.salomonbrys.kodein:kodein-global:3.0.0-beta2")
'com.github.salomonbrys.kodein:kodein-global:jar:3.0.0-beta2'
<dependency org="com.github.salomonbrys.kodein" name="kodein-global" rev="3.0.0-beta2">
<artifact name="kodein-global" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.salomonbrys.kodein', module='kodein-global', version='3.0.0-beta2')
)
libraryDependencies += "com.github.salomonbrys.kodein" % "kodein-global" % "3.0.0-beta2"
[com.github.salomonbrys.kodein/kodein-global "3.0.0-beta2"]