refcodes-properties-ext-runtime.2.2.1.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-runtime Show documentation
Show all versions of refcodes-properties-ext-runtime Show documentation
Artifact for providing predefined configuration compositions common for
everyday application setups.
module org.refcodes.properties.ext.runtime {
requires org.refcodes.component;
requires org.refcodes.properties.ext.obfuscation;
requires transitive org.refcodes.exception;
requires org.refcodes.security;
requires org.refcodes.security.alt.chaos;
requires transitive org.refcodes.properties;
requires transitive org.refcodes.properties.ext.cli;
requires transitive org.refcodes.cli;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.runtime;
requires transitive org.refcodes.struct;
requires transitive org.refcodes.textual;
exports org.refcodes.properties.ext.runtime;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy