refcodes-codec.3.3.9.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-codec Show documentation
Show all versions of refcodes-codec Show documentation
Artifact with encoding and decoding (not in terms of encryption/decryption)
implementations (codecs) such as BASE64 encoding / decoding.
module org.refcodes.codec {
requires org.refcodes.data;
requires org.refcodes.textual;
requires transitive org.refcodes.exception;
requires transitive org.refcodes.component;
requires transitive org.refcodes.io;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.numerical;
requires org.refcodes.runtime;
exports org.refcodes.codec;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy