Yaml
Adds support to Yaml files
The Yaml module is a very small module that only adds one class, the YamlFile class. This module lets you create, read and write to yaml files with ease, all while using the JSky file system.
Remember that in order to use the Yaml module you also need the base module
Adding the dependency
Remember, you need to add the Codersky repository to your project, see how here.
Once you have added the repository, you can add the base and yaml modules to your project.
Excluding dependencies
Skip this if you don't really know what it means, this is for very specific use cases only.
This module provides the following dependencies:
SnakeYaml - org.yaml.snakeyaml
You may want to exclude them to reduce jar size if they are already present on your environment.
Last updated
Was this helpful?