esponse.0.2.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 response Show documentation
Show all versions of response Show documentation
The library defines a response structure of an application with focus on error
state of an application.
The newest version!
module church.i18n.response {
requires static org.jetbrains.annotations;
requires transitive org.slf4j;
requires church.i18n.processing.exception;
requires church.i18n.resources.bundles;
exports church.i18n.response.domain;
exports church.i18n.response.mapper;
exports church.i18n.response.utils;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy