MVN

org.lintx.plugins.modules : Configure

Maven & Gradle

Jun 06, 2022
4 stars

ConfigureCore · ConfigureCore: Let your Minecraft plugin load and save the configuration. You no longer need to care about config.yml or any other .yml file. Support for BukkitAPI and BungeeCord.

<dependency>
    <groupId>org.lintx.plugins.modules</groupId>
    <artifactId>Configure</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lintx.plugins.modules : Configure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5

All Versions

Choose a version of org.lintx.plugins.modules : Configure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
Configure-1.2.5

How to add a dependency to Maven

Add the following org.lintx.plugins.modules : Configure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lintx.plugins.modules</groupId>
    <artifactId>Configure</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lintx.plugins.modules : Configure gradle dependency to your build.gradle file:

implementation 'org.lintx.plugins.modules:Configure:1.2.5'

Gradle Kotlin DSL: Add the following org.lintx.plugins.modules : Configure gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lintx.plugins.modules:Configure:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lintx.plugins.modules : Configure sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lintx.plugins.modules" % "Configure" % "1.2.5"

Advertisement