ot8-components-text.1.0.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-text Show documentation
Show all versions of annot8-components-text Show documentation
Components to process and manipulate text
open module io.annot8.components.text {
requires transitive io.annot8.api;
requires io.annot8.common.data;
requires io.annot8.components.base.text;
requires io.annot8.conventions;
requires lingua;
requires io.annot8.common.components;
requires java.json.bind;
exports io.annot8.components.text.processors;
}