i.joni.2.2.1.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 joni Show documentation
Show all versions of joni Show documentation
Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma
that uses byte arrays directly instead of java Strings and chars
The newest version!
open module org.jruby.joni {
exports org.joni;
exports org.joni.constants;
exports org.joni.exception;
requires org.jruby.jcodings;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy