is not current version
Last Version 1.1.2

com.uchuhimo:konf 0.13

A type-safe cascading configuration library for Kotlin/Java, supporting most configuration formats

GroupId

GroupId

com.uchuhimo
ArtifactId

ArtifactId

konf
Version

Version

0.13
Type

Type

jar

Download konf 0.13


<!-- https://jarcasting.com/artifacts/com.uchuhimo/konf/ -->
<dependency>
    <groupId>com.uchuhimo</groupId>
    <artifactId>konf</artifactId>
    <version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.uchuhimo/konf/
implementation 'com.uchuhimo:konf:0.13'
// https://jarcasting.com/artifacts/com.uchuhimo/konf/
implementation ("com.uchuhimo:konf:0.13")
'com.uchuhimo:konf:jar:0.13'
<dependency org="com.uchuhimo" name="konf" rev="0.13">
  <artifact name="konf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uchuhimo', module='konf', version='0.13')
)
libraryDependencies += "com.uchuhimo" % "konf" % "0.13"
[com.uchuhimo/konf "0.13"]