c

configurate-hocon

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-hocon-3.7.2.jar download
configurate-hocon-3.7.2.pom download
configurate-hocon-3.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.spongepowered</groupId>
  <artifactId>configurate-hocon</artifactId>
  <version>3.7.2</version>
</dependency>
Gradle Groovy
implementation 'org.spongepowered:configurate-hocon:3.7.2'
Gradle Kotlin
implementation("org.spongepowered:configurate-hocon:3.7.2")
Scala SBT
libraryDependencies += "org.spongepowered" % "configurate-hocon" % "3.7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.spongepowered', module='configurate-hocon', version='3.7.2')
)
Apache Ivy
<dependency org="org.spongepowered" name="configurate-hocon" rev="3.7.2" />
Leiningen
[org.spongepowered/configurate-hocon "3.7.2"]
Apache Buildr
'org.spongepowered:configurate-hocon:jar:3.7.2'