ot8-components-temporal.1.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 annot8-components-temporal Show documentation
Show all versions of annot8-components-temporal Show documentation
Annot8 processors focussing on time and date information
module io.annot8.components.temporal {
requires io.annot8.api;
requires io.annot8.common.components;
requires io.annot8.common.data;
requires io.annot8.components.base.text;
requires io.annot8.conventions;
requires jakarta.json.bind;
requires com.google.common;
requires org.slf4j;
exports io.annot8.components.temporal.processors;
}