is not current version
Last Version 1.1.1

yamlconfig 1.0.1

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
Version

Version

1.0.1
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 1.0.1


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

Dependencies

compile (1)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.