MVN

dev.spiti.utilities : config-reader

Maven & Gradle

Apr 17, 2019
1 stars

Config Reader · A utility to read data from properties and yml files as HashMap<String, String>

<dependency>
    <groupId>dev.spiti.utilities</groupId>
    <artifactId>config-reader</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.spiti.utilities : config-reader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of dev.spiti.utilities : config-reader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
config-reader-1.0.1
config-reader-1.0.0

How to add a dependency to Maven

Add the following dev.spiti.utilities : config-reader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.spiti.utilities</groupId>
    <artifactId>config-reader</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.spiti.utilities : config-reader gradle dependency to your build.gradle file:

implementation 'dev.spiti.utilities:config-reader:1.0.1'

Gradle Kotlin DSL: Add the following dev.spiti.utilities : config-reader gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.spiti.utilities:config-reader:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.spiti.utilities : config-reader sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.spiti.utilities" % "config-reader" % "1.0.1"

Advertisement