| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdio.github.snowthinker |
| ArtifactId | ArtifactIdconfig-helper |
| Version | Version0.0.4-RELEASE |
| Type | Typejar |
| Description |
Descriptionconfig-helper
Simplify property file load
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.snowthinker/config-helper/ -->
<dependency>
<groupId>io.github.snowthinker</groupId>
<artifactId>config-helper</artifactId>
<version>0.0.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.snowthinker/config-helper/
implementation 'io.github.snowthinker:config-helper:0.0.4-RELEASE'
// https://jarcasting.com/artifacts/io.github.snowthinker/config-helper/
implementation ("io.github.snowthinker:config-helper:0.0.4-RELEASE")
'io.github.snowthinker:config-helper:jar:0.0.4-RELEASE'
<dependency org="io.github.snowthinker" name="config-helper" rev="0.0.4-RELEASE">
<artifact name="config-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.snowthinker', module='config-helper', version='0.0.4-RELEASE')
)
libraryDependencies += "io.github.snowthinker" % "config-helper" % "0.0.4-RELEASE"
[io.github.snowthinker/config-helper "0.0.4-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-configuration2 | jar | 2.4 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |