.jonix-json.2024-10-onix308.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 jonix-json Show documentation
Show all versions of jonix-json Show documentation
Utilities to output ONIX as JSON
The newest version!
module jonix.json {
requires transitive jonix.common;
requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
exports com.tectonica.jonix.json;
}