Implementation
(1min read) This page describes steps how to implement BoostedYAML into your own project.
Artifacts
BoostedYAML is a standalone library available under boosted-yaml
ID.
Add using Maven (recommended)
Dependency
Add dependency for the artifact:
Shading
Add this shading section to your build configuration:
This configuration will shade (= "copy") the whole BoostedYAML library into a package inside your project defined by <shadedPattern>
to avoid any runtime classpath conflicts. Do not forget to change it to your corresponding package.
Download and add into project's libraries
You can then add it into your project's libraries. This can be done in IntelliJ IDEA in menu File > Project Structure > Libraries.
Last updated