ke-chappel.oss.commons.encoding.1.0.17.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 encoding Show documentation
Show all versions of encoding Show documentation
A simple encoding library implementing some common encoding algorithms
The newest version!
module io.github.lc.oss.commons.encoding {
requires io.github.lc.oss.commons.util;
exports io.github.lc.oss.commons.encoding;
}