is not current version
Last Version 1.1.2

com.uchuhimo:konf-toml 0.21.0

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

GroupId

GroupId

com.uchuhimo
ArtifactId

ArtifactId

konf-toml
Version

Version

0.21.0
Type

Type

jar

Download konf-toml 0.21.0


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