is not current version
Last Version 3.6.5

com.electronwill.night-config:yaml 3.5.3

Powerful, easy-to-use and multi-language configuration library for the JVM - yaml module

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.electronwill.night-config
ArtifactId

ArtifactId

yaml
Version

Version

3.5.3
Type

Type

jar

Download yaml 3.5.3


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