
urilov.confuse-io-yaml.1.0.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of confuse-io-yaml Show documentation
Show all versions of confuse-io-yaml Show documentation
Configuration serialization/deserialization to/from YAML
The newest version!
module com.github.akurilov.confuse.io.yaml {
requires com.github.akurilov.confuse;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.dataformat.yaml;
exports com.github.akurilov.confuse.io.yaml;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy