dings.jcodings.1.0.52.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 jcodings Show documentation
Show all versions of jcodings Show documentation
Byte based encoding support library for java
open module org.jruby.jcodings {
exports org.jcodings;
exports org.jcodings.ascii;
exports org.jcodings.constants;
exports org.jcodings.exception;
exports org.jcodings.specific;
exports org.jcodings.spi;
exports org.jcodings.transcode;
exports org.jcodings.transcode.specific;
exports org.jcodings.unicode;
exports org.jcodings.util;
}