refcodes-codec.2.0.0.source-code.module-info.off 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 static org.junit.jupiter.api;
requires org.refcodes.data;
requires org.refcodes.exception;
requires transitive org.refcodes.component;
requires transitive org.refcodes.io;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.numerical;
exports org.refcodes.codec;
}