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