Simple Configuration

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

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.hayarobi
ArtifactId

ArtifactId

simple-config
Last Version

Last Version

0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Configuration
A simple library used to access configuration, mainly based on java annotations.
Project URL

Project URL

https://github.com/hayarobi/simple-config

Download simple-config

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
org.reflections : reflections Optional jar 0.9.10
org.yaml : snakeyaml Optional jar 1.17

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
ch.qos.logback : logback-classic jar 1.1.3
org.codehaus.groovy : groovy jar 2.4.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.6
0.5
0.4
0.3
0.2
0.1