is not current version
Last Version 0.6

com.github.hayarobi:simple-config 0.1

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.1
Type

Type

jar

Download simple-config 0.1


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