is not current version
Last Version 1.1.2

com.uchuhimo:konf-git 0.15

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.15
Type

Type

jar

Download konf-git 0.15


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