k

konfigur8

Nano-library which provides the ability to define typesafe (!) configuration templates for applications.
http://konfigur8.github.io
Apache License, Version 2.0
David Denton
Files download
File Operation
konfigur8-1.7.0.jar download
konfigur8-1.7.0.pom download
konfigur8-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.daviddenton</groupId>
  <artifactId>konfigur8</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.daviddenton:konfigur8:1.7.0'
Gradle Kotlin
implementation("io.github.daviddenton:konfigur8:1.7.0")
Scala SBT
libraryDependencies += "io.github.daviddenton" % "konfigur8" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.daviddenton', module='konfigur8', version='1.7.0')
)
Apache Ivy
<dependency org="io.github.daviddenton" name="konfigur8" rev="1.7.0" />
Leiningen
[io.github.daviddenton/konfigur8 "1.7.0"]
Apache Buildr
'io.github.daviddenton:konfigur8:jar:1.7.0'
Dependencies
The project has no third-party dependencies