| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdch.jalu |
| ArtifactId | ArtifactIdconfigme |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionConfigMe
A simple configuration management library
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| configme-1.3.0.pom | |
| configme-1.3.0.jar | 110 KB |
| configme-1.3.0-sources.jar | 72 KB |
| configme-1.3.0-javadoc.jar | 548 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.jalu/configme/ -->
<dependency>
<groupId>ch.jalu</groupId>
<artifactId>configme</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.jalu/configme/
implementation 'ch.jalu:configme:1.3.0'
// https://jarcasting.com/artifacts/ch.jalu/configme/
implementation ("ch.jalu:configme:1.3.0")
'ch.jalu:configme:jar:1.3.0'
<dependency org="ch.jalu" name="configme" rev="1.3.0">
<artifact name="configme" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.jalu', module='configme', version='1.3.0')
)
libraryDependencies += "ch.jalu" % "configme" % "1.3.0"
[ch.jalu/configme "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.yaml : snakeyaml | jar | 1.28 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.1 |
| org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
| org.mockito : mockito-core | jar | 3.9.0 |
| org.mockito : mockito-junit-jupiter | jar | 3.9.0 |