is not current version
Last Version 4.1.2

org.spongepowered:configurate-bom 3.7.2

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

Categories

Categories

config Application Layer Libs Configuration Configurate
GroupId

GroupId

org.spongepowered
ArtifactId

ArtifactId

configurate-bom
Version

Version

3.7.2
Type

Type

pom

Download configurate-bom 3.7.2


<!-- https://jarcasting.com/artifacts/org.spongepowered/configurate-bom/ -->
<dependency>
    <groupId>org.spongepowered</groupId>
    <artifactId>configurate-bom</artifactId>
    <version>3.7.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.spongepowered/configurate-bom/
implementation 'org.spongepowered:configurate-bom:3.7.2'
// https://jarcasting.com/artifacts/org.spongepowered/configurate-bom/
implementation ("org.spongepowered:configurate-bom:3.7.2")
'org.spongepowered:configurate-bom:pom:3.7.2'
<dependency org="org.spongepowered" name="configurate-bom" rev="3.7.2">
  <artifact name="configurate-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.spongepowered', module='configurate-bom', version='3.7.2')
)
libraryDependencies += "org.spongepowered" % "configurate-bom" % "3.7.2"
[org.spongepowered/configurate-bom "3.7.2"]