Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 811 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 811 Bytes

License Download

Joini

Java library to merge INI files.

Installation

Add the following code to your pom.xml:

<repositories>
    <repository>
        <id>jcenter</id>
        <url>https://jcenter.bintray.com</url>
    </repository>
</repositories>

and the dependency:

<dependency>
    <groupId>com.mauriciotogneri</groupId>
    <artifactId>joini</artifactId>
    <version>1.1.0</version>
</dependency>

or if you use Gradle:

dependencies
{
    compile 'com.mauriciotogneri:joini:1.1.0'
}