Skip to content

darkroomdevs/flat-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A flat file parser and builder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages