.serialization_jackson_json.3.6.1.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_json Show documentation
Show all versions of serialization_jackson_json Show documentation
Hexagon JSON serialization format (using Jackson).
module com.hexagonkt.serialization_jackson_json {
requires transitive com.hexagonkt.core;
requires transitive com.hexagonkt.serialization_jackson;
exports com.hexagonkt.serialization.jackson.json;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy