ot8-components-cyber.0.1.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-cyber Show documentation
Show all versions of annot8-components-cyber Show documentation
Components to deal with cyber related annotations
open module io.annot8.components.cyber {
requires transitive io.annot8.core;
requires io.annot8.common.data;
requires transitive io.annot8.components.base;
requires io.annot8.conventions;
requires com.google.common;
exports io.annot8.components.cyber.processors;
}