is not current version
Last Version 1.1.2

com.uchuhimo:konf-git 0.20.0

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

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

com.uchuhimo
ArtifactId

ArtifactId

konf-git
Version

Version

0.20.0
Type

Type

jar

Download konf-git 0.20.0


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