MVN

tech.ferus.util : ConfigKeys

Maven & Gradle

Jul 11, 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.util</groupId>
    <artifactId>ConfigKeys</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0

All Versions

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

Version Vulnerabilities Updated
3.0.x
ConfigKeys-3.0.0
2.0.x
ConfigKeys-2.0.1
ConfigKeys-2.0.0
1.0.x
ConfigKeys-1.0.3
ConfigKeys-1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.ferus.util</groupId>
    <artifactId>ConfigKeys</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tech.ferus.util:ConfigKeys:3.0.0'

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

implementation("tech.ferus.util:ConfigKeys:3.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "tech.ferus.util" % "ConfigKeys" % "3.0.0"

Advertisement