refcodes-security-ext-chaos.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-security-ext-chaos Show documentation
Show all versions of refcodes-security-ext-chaos Show documentation
Artifact for providing java.security infrastructure for the chaos
symmetric encryption.
The newest version!
module org.refcodes.security.ext.chaos {
requires transitive org.refcodes.exception;
requires org.refcodes.numerical;
requires org.refcodes.security;
requires org.refcodes.security.alt.chaos;
requires org.refcodes.runtime;
exports org.refcodes.security.ext.chaos;
}