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