.serialization_jackson_xml.3.7.2.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_xml Show documentation
Show all versions of serialization_jackson_xml Show documentation
Hexagon XML serialization format (using Jackson).
The newest version!
module com.hexagonkt.serialization_jackson_xml {
requires transitive com.hexagonkt.core;
requires transitive com.hexagonkt.serialization_jackson;
requires transitive com.fasterxml.jackson.dataformat.xml;
exports com.hexagonkt.serialization.jackson.xml;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy