All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ke-chappel.oss.commons.l10n.1.0.16.source-code.module-info Maven / Gradle / Ivy

module io.github.lc.oss.commons.l10n {
    requires io.github.lc.oss.commons.util;

    requires com.fasterxml.jackson.databind;

    requires transitive com.fasterxml.jackson.core;
    requires transitive com.fasterxml.jackson.annotation;

    opens io.github.lc.oss.commons.l10n to com.fasterxml.jackson.databind;

    exports io.github.lc.oss.commons.l10n;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy