is not current version
Last Version 1.1.2

com.uchuhimo:konf-git 1.0.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

1.0.0
Type

Type

jar

Download konf-git 1.0.0


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