MVN

tech.ferus : ConfigKeys

Maven & Gradle

Oct 06, 2017
2 stars

ConfigKeys · ConfigKeys is a simple wrapper for zml's Configurate, providing a more stream-lined way to access configuration on-the-fly.

<dependency>
    <groupId>tech.ferus</groupId>
    <artifactId>ConfigKeys</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.ferus : ConfigKeys to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of tech.ferus : ConfigKeys to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
ConfigKeys-5.1.0
4.0.x
ConfigKeys-4.0.1

How to add a dependency to Maven

Add the following tech.ferus : ConfigKeys maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.ferus</groupId>
    <artifactId>ConfigKeys</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.ferus : ConfigKeys gradle dependency to your build.gradle file:

implementation 'tech.ferus:ConfigKeys:5.1.0'

Gradle Kotlin DSL: Add the following tech.ferus : ConfigKeys gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.ferus:ConfigKeys:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.ferus : ConfigKeys sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.ferus" % "ConfigKeys" % "5.1.0"

Advertisement