MVN

org.spongepowered : configurate-tool

Maven & Gradle

Aug 17, 2021
1 usages
341 stars

configurate-tool · 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

<dependency>
    <groupId>org.spongepowered</groupId>
    <artifactId>configurate-tool</artifactId>
    <version>4.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.spongepowered : configurate-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.2

All Versions

Choose a version of org.spongepowered : configurate-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
configurate-tool-4.1.2
configurate-tool-4.1.1
configurate-tool-4.1.0
4.0.x
configurate-tool-4.0.0
3.7.x
configurate-tool-3.7.3
configurate-tool-3.7.2
configurate-tool-3.7.1
3.7
configurate-tool-3.7

How to add a dependency to Maven

Add the following org.spongepowered : configurate-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.spongepowered</groupId>
    <artifactId>configurate-tool</artifactId>
    <version>4.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.spongepowered : configurate-tool gradle dependency to your build.gradle file:

implementation 'org.spongepowered:configurate-tool:4.1.2'

Gradle Kotlin DSL: Add the following org.spongepowered : configurate-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("org.spongepowered:configurate-tool:4.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.spongepowered : configurate-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "org.spongepowered" % "configurate-tool" % "4.1.2"

Advertisement

Dependencies from Group

May 19, 2022
37 usages
1.1k stars
Aug 17, 2021
27 usages
341 stars
Aug 17, 2021
17 usages
341 stars
Aug 17, 2021
13 usages
341 stars
Aug 17, 2021
12 usages
341 stars

Discover Dependencies