c

configurate-yaml

A simple configuration library for Java applications that can handle a variety of formats and provides a node-based data structure able to handle a wide variety of configuration schemas
https://opensource.org/licenses/Apache-2.0
Apache License, Version 2.0
zml
Files download
File Operation
configurate-yaml-3.7.jar download
configurate-yaml-3.7.pom download
configurate-yaml-3.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.spongepowered</groupId>
  <artifactId>configurate-yaml</artifactId>
  <version>3.7</version>
</dependency>
Gradle Groovy
implementation 'org.spongepowered:configurate-yaml:3.7'
Gradle Kotlin
implementation("org.spongepowered:configurate-yaml:3.7")
Scala SBT
libraryDependencies += "org.spongepowered" % "configurate-yaml" % "3.7"
Groovy Grape
@Grapes(
  @Grab(group='org.spongepowered', module='configurate-yaml', version='3.7')
)
Apache Ivy
<dependency org="org.spongepowered" name="configurate-yaml" rev="3.7" />
Leiningen
[org.spongepowered/configurate-yaml "3.7"]
Apache Buildr
'org.spongepowered:configurate-yaml:jar:3.7'