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.
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>