MVN

com.konloch : IterateINI

Maven & Gradle

Feb 24, 2023
5 stars

IterateINI · IterateINI is an easy-to-use zero dependency Java library that adds support for iterating over the key-value pairs of any INI file.

<dependency>
    <groupId>com.konloch</groupId>
    <artifactId>IterateINI</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.konloch : IterateINI to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.konloch : IterateINI to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
IterateINI-1.0.3
IterateINI-1.0.2
IterateINI-1.0.1
IterateINI-1.0.0

How to add a dependency to Maven

Add the following com.konloch : IterateINI maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.konloch</groupId>
    <artifactId>IterateINI</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.konloch : IterateINI gradle dependency to your build.gradle file:

implementation 'com.konloch:IterateINI:1.0.3'

Gradle Kotlin DSL: Add the following com.konloch : IterateINI gradle kotlin dependency to your build.gradle.kts file:

implementation("com.konloch:IterateINI:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.konloch : IterateINI sbt scala dependency to your build.sbt file:

libraryDependencies += "com.konloch" % "IterateINI" % "1.0.3"

Advertisement