c

configurate-bom

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