refcodes-properties-ext-obfuscation.3.3.8.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-obfuscation Show documentation
Show all versions of refcodes-properties-ext-obfuscation Show documentation
Artifact for obfuscating chosen properties in a properties file.
The newest version!
module org.refcodes.properties.ext.obfuscation {
requires org.refcodes.data;
requires transitive org.refcodes.exception;
requires org.refcodes.numerical;
requires org.refcodes.security;
requires org.refcodes.security.alt.chaos;
requires transitive org.refcodes.component;
requires transitive org.refcodes.properties;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.runtime;
requires transitive org.refcodes.struct;
requires org.refcodes.textual;
exports org.refcodes.properties.ext.obfuscation;
}