A wrapper to simplify the usage of configurate.
Supported formats
- Yaml
- Json
- Hocon
- XML
Build artifacts are hosted via Jitpack.
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
compile 'com.github.clubobsidian:wrappy:4.1.0'<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.clubobsidian</groupId>
<artifactId>wrappy</artifactId>
<version>4.1.0</version>
</dependency>- configurate
- Yaml
- Json
- Hocon
- XML
- Git clone the project
- Generate eclipse files with
gradlew eclipse - Import project
- Right click project -> Add gradle nature
- Git clone the project
- Generate intellij files with
gradlew idea - Import project
gradlew build