is not current version
Last Version 0.0.4-RELEASE

io.github.snowthinker:config-helper 0.0.3-RELEASE

Simplify property file load

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.github.snowthinker
ArtifactId

ArtifactId

config-helper
Version

Version

0.0.3-RELEASE
Type

Type

jar

Download config-helper 0.0.3-RELEASE


<!-- https://jarcasting.com/artifacts/io.github.snowthinker/config-helper/ -->
<dependency>
    <groupId>io.github.snowthinker</groupId>
    <artifactId>config-helper</artifactId>
    <version>0.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.snowthinker/config-helper/
implementation 'io.github.snowthinker:config-helper:0.0.3-RELEASE'
// https://jarcasting.com/artifacts/io.github.snowthinker/config-helper/
implementation ("io.github.snowthinker:config-helper:0.0.3-RELEASE")
'io.github.snowthinker:config-helper:jar:0.0.3-RELEASE'
<dependency org="io.github.snowthinker" name="config-helper" rev="0.0.3-RELEASE">
  <artifact name="config-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.snowthinker', module='config-helper', version='0.0.3-RELEASE')
)
libraryDependencies += "io.github.snowthinker" % "config-helper" % "0.0.3-RELEASE"
[io.github.snowthinker/config-helper "0.0.3-RELEASE"]