License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.hayarobi |
ArtifactId | ArtifactIdsimple-config |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Configuration
A simple library used to access configuration, mainly based on java annotations.
|
Project URL |
Project URL |
Filename | Size |
---|---|
simple-config-0.6.pom | |
simple-config-0.6.jar | 22 KB |
simple-config-0.6-sources.jar | 9 KB |
simple-config-0.6-javadoc.jar | 81 KB |
Browse |
<!-- 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"]
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 |
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 |