c

configurate-gson

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