refcodes-properties-ext-cli.3.3.2.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-properties-ext-cli Show documentation
Show all versions of refcodes-properties-ext-cli Show documentation
Artifact extending the refcodes-properties artifact with CLI functionality.
module org.refcodes.properties.ext.cli {
requires org.refcodes.data;
requires org.refcodes.runtime;
requires transitive org.refcodes.properties;
requires transitive org.refcodes.cli;
requires transitive org.refcodes.struct;
exports org.refcodes.properties.ext.cli;
}