i

ini4j

The [ini4j] is a simple Java API for handling configuration files in Windows .ini format. Additionally, the library includes Java Preferences API implementation based on the .ini file.
http://www.ini4j.org
Apache 2
Ivan Szkiba
Files download
File Operation
ini4j-0.4.0.jar download
ini4j-0.4.0.pom download
ini4j-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ini4j</groupId>
  <artifactId>ini4j</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.ini4j:ini4j:0.4.0'
Gradle Kotlin
implementation("org.ini4j:ini4j:0.4.0")
Scala SBT
libraryDependencies += "org.ini4j" % "ini4j" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ini4j', module='ini4j', version='0.4.0')
)
Apache Ivy
<dependency org="org.ini4j" name="ini4j" rev="0.4.0" />
Leiningen
[org.ini4j/ini4j "0.4.0"]
Apache Buildr
'org.ini4j:ini4j:jar:0.4.0'