| License |
License |
|---|---|
| Categories |
CategoriesKAConf Application Layer Libs Configuration |
| GroupId | GroupIdinfo.macias |
| ArtifactId | ArtifactIdkaconf |
| Last Version | Last Version0.9.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKickAss Configuration system
An annotation-based configuration system for Java and Kotlin
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| kaconf-0.9.0.pom | |
| kaconf-0.9.0.jar | 12 KB |
| kaconf-0.9.0-sources.jar | 12 KB |
| kaconf-0.9.0-javadoc.jar | 51 KB |
| Browse |
<!-- 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"]
| 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 |