yamlconfig

Manage configuration for java project in a YAML file and access them via dotted notation.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.jsixface
ArtifactId

ArtifactId

yamlconfig
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

yamlconfig
Manage configuration for java project in a YAML file and access them via dotted notation.
Project URL

Project URL

https://github.com/jsixface/YamlConfig
Source Code Management

Source Code Management

https://github.com/jsixface/YamlConfig

Download yamlconfig

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.29

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.1
1.0