r.nils.nils-jackson-adapter.3.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 nils-jackson-adapter Show documentation
Show all versions of nils-jackson-adapter Show documentation
The Jackson Adapter for NILS - A Java NLS library (aka national
language support, localisation, internationalisation, i18n, l10n) using
JSON files as resources.
The newest version!
module com.codepulsar.nils.adapter.jackson {
exports com.codepulsar.nils.adapter.jackson;
requires transitive com.codepulsar.nils.core;
requires com.fasterxml.jackson.databind;
requires static com.fasterxml.jackson.dataformat.yaml;
requires java.base;
requires org.slf4j;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy