is not current version
Last Version 1.1.2

com.uchuhimo:konf-toml 0.15

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

GroupId

GroupId

com.uchuhimo
ArtifactId

ArtifactId

konf-toml
Version

Version

0.15
Type

Type

jar

Download konf-toml 0.15


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