KickAss Configuration system

An annotation-based configuration system for Java and Kotlin

License

License

Categories

Categories

KAConf Application Layer Libs Configuration
GroupId

GroupId

info.macias
ArtifactId

ArtifactId

kaconf
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

KickAss Configuration system
An annotation-based configuration system for Java and Kotlin
Project URL

Project URL

https://github.com/mariomac/kaconf

Download kaconf

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.61
org.jetbrains.kotlin : kotlin-test jar 1.3.61
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.0
0.8.6
0.8.4
0.8.2
0.8.0