is not current version
Last Version 0.6

com.github.hayarobi:simple-config 0.4

A simple library used to access configuration, mainly based on java annotations.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.hayarobi
ArtifactId

ArtifactId

simple-config
Version

Version

0.4
Type

Type

jar

Download simple-config 0.4


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