All Downloads are FREE. Search and download functionalities are using the official Maven repository.

refcodes-codec.2.0.4.source-code.module-info.off Maven / Gradle / Ivy

Go to download

Artifact with encoding and decoding (not in terms of encryption/decryption) implementations (codecs) such as BASE64 encoding / decoding.

There is a newer version: 3.3.8
Show newest version
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;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy