refcodes-logger-alt-simpledb.3.0.7.source-code.module-info.off Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-logger-alt-simpledb Show documentation
Show all versions of refcodes-logger-alt-simpledb Show documentation
Artifact for Amazon SimpleDB based logging with the refoces logger
framework.
module org.refcodes.logger.alt.simpledb {
requires software.amazon.awssdk.core;
requires software.amazon.awssdk.profiles;
requires software.amazon.awssdk.auth;
requires simpledb;
requires org.refcodes.exception;
requires org.refcodes.criteria;
requires org.refcodes.logger;
requires org.refcodes.tabular;
exports org.refcodes.logger.alt.simpledb;
}