Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 676 Bytes

File metadata and controls

28 lines (22 loc) · 676 Bytes

Description

This lib is in a very early stage and should not be used in production yet.

This is a lib of parser and builder for flat files with a fluent interface in Java.

Use

Step 1. Add the JitPack repository to your build file:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Step 2. Add the dependency:

<dependency>
    <groupId>com.github.darkroomdevs</groupId>
    <artifactId>flat-file</artifactId>
    <version>0.2.0</version>
</dependency>