IniEditor

A small library to read and edit INI-style configuration files

License

License

GroupId

GroupId

com.nikhaldimann
ArtifactId

ArtifactId

inieditor
Last Version

Last Version

r6
Release Date

Release Date

Type

Type

jar
Description

Description

IniEditor
A small library to read and edit INI-style configuration files
Project URL

Project URL

https://github.com/nikhaldi/inieditor-java

Download inieditor

How to add to project

<!-- https://jarcasting.com/artifacts/com.nikhaldimann/inieditor/ -->
<dependency>
    <groupId>com.nikhaldimann</groupId>
    <artifactId>inieditor</artifactId>
    <version>r6</version>
</dependency>
// https://jarcasting.com/artifacts/com.nikhaldimann/inieditor/
implementation 'com.nikhaldimann:inieditor:r6'
// https://jarcasting.com/artifacts/com.nikhaldimann/inieditor/
implementation ("com.nikhaldimann:inieditor:r6")
'com.nikhaldimann:inieditor:jar:r6'
<dependency org="com.nikhaldimann" name="inieditor" rev="r6">
  <artifact name="inieditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nikhaldimann', module='inieditor', version='r6')
)
libraryDependencies += "com.nikhaldimann" % "inieditor" % "r6"
[com.nikhaldimann/inieditor "r6"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
r6
r5