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

esponse.0.2.0.source-code.module-info Maven / Gradle / Ivy

Go to download

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