3 releases
0.1.2 | Mar 26, 2020 |
---|---|
0.1.1 | Mar 25, 2020 |
0.1.0 | Mar 1, 2020 |
#3 in #props
22KB
598 lines
Java Props
A very simple and lightweight Java properties parser that lets you get, set and remove properties.
- Allows parsing of properties files into a HashMap.
- Maintains most formatting used within data such as indentation and new lines.
- Very simple and easy to use.
Dependencies
~10KB