Skip to content

Ocular

Ocular is a library that allows managing multiple configuration files. It uses jackson to interact with different dataformats. Everything is customizable, but reasonable defaults are given to start right away.

implementation("dev.chojo", "ocular", "1.0.1")
<dependency>
    <groupId>dev.chojo</groupId>
    <artifactId>ocular</artifactId>
    <version>1.0.1</version>
</dependency>

Warning

You will need to import your desired data format for jackson additionally.