is not current version
Last Version 1.1.1

com.github.jsixface:yamlconfig 1.0

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

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.jsixface
ArtifactId

ArtifactId

yamlconfig
Version

Version

1.0
Type

Type

jar

Download yamlconfig 1.0


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