ke-chappel.oss.commons.api.logging.1.0.10.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 api.logging Show documentation
Show all versions of api.logging Show documentation
API contract for remote logging
module io.github.lc.oss.commons.api.logging {
requires transitive io.github.lc.oss.commons.serialization;
requires io.github.lc.oss.commons.util;
exports io.github.lc.oss.commons.api.logging;
}