.serialization_jackson_toml.3.7.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 serialization_jackson_toml Show documentation
Show all versions of serialization_jackson_toml Show documentation
Hexagon TOML serialization format (using Jackson).
module com.hexagonkt.serialization_jackson_toml {
requires transitive com.hexagonkt.core;
requires transitive com.hexagonkt.serialization_jackson;
requires transitive com.fasterxml.jackson.dataformat.toml;
exports com.hexagonkt.serialization.jackson.toml;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy