MVN

io.memoria.jutils : jconf

Maven & Gradle

Jan 22, 2021

jconf · JConf Module

<dependency>
    <groupId>io.memoria.jutils</groupId>
    <artifactId>jconf</artifactId>
    <version>0.231.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.memoria.jutils : jconf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.231.0

All Versions

Choose a version of io.memoria.jutils : jconf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.231.x
jconf-0.231.0
0.229.x
jconf-0.229.0
0.227.x
jconf-0.227.0
0.225.x
jconf-0.225.0
0.224.x
jconf-0.224.0
0.223.x
jconf-0.223.0
0.221.x
jconf-0.221.0
0.220.x
jconf-0.220.0
0.218.x
jconf-0.218.0
0.217.x
jconf-0.217.0
0.216.x
jconf-0.216.0
0.215.x
jconf-0.215.0
0.214.x
jconf-0.214.0
0.213.x
jconf-0.213.0
0.212.x
jconf-0.212.0
0.211.x
jconf-0.211.0
0.210.x
jconf-0.210.0

How to add a dependency to Maven

Add the following io.memoria.jutils : jconf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.memoria.jutils</groupId>
    <artifactId>jconf</artifactId>
    <version>0.231.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.memoria.jutils : jconf gradle dependency to your build.gradle file:

implementation 'io.memoria.jutils:jconf:0.231.0'

Gradle Kotlin DSL: Add the following io.memoria.jutils : jconf gradle kotlin dependency to your build.gradle.kts file:

implementation("io.memoria.jutils:jconf:0.231.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.memoria.jutils : jconf sbt scala dependency to your build.sbt file:

libraryDependencies += "io.memoria.jutils" % "jconf" % "0.231.0"

Advertisement