refcodes-logger-alt-simpledb.3.3.7.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 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 org.refcodes.exception;
requires transitive org.refcodes.criteria;
requires org.refcodes.logger;
requires org.refcodes.tabular;
requires aws.java.sdk.core;
requires aws.java.sdk.simpledb;
// requires software.amazon.awssdk.core;
// requires software.amazon.awssdk.profiles;
// requires software.amazon.awssdk.auth;
exports org.refcodes.logger.alt.simpledb;
}