License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdio.github.daviddenton |
ArtifactId | ArtifactIdconfigur8 |
Last Version | Last Version1.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionconfigur8
Nano-library which provides the ability to define typesafe (!) configuration templates for applications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
configur8-1.7.0.pom | |
configur8-1.7.0.jar | 8 KB |
configur8-1.7.0-sources.jar | 4 KB |
configur8-1.7.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.daviddenton/configur8/ -->
<dependency>
<groupId>io.github.daviddenton</groupId>
<artifactId>configur8</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.daviddenton/configur8/
implementation 'io.github.daviddenton:configur8:1.7.0'
// https://jarcasting.com/artifacts/io.github.daviddenton/configur8/
implementation ("io.github.daviddenton:configur8:1.7.0")
'io.github.daviddenton:configur8:jar:1.7.0'
<dependency org="io.github.daviddenton" name="configur8" rev="1.7.0">
<artifact name="configur8" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.daviddenton', module='configur8', version='1.7.0')
)
libraryDependencies += "io.github.daviddenton" % "configur8" % "1.7.0"
[io.github.daviddenton/configur8 "1.7.0"]