j

joni

Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma that uses byte arrays directly instead of java Strings and chars
MIT License
Marcin Mielzynski
Files download
File Operation
joni-1.0.2.jar download
joni-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>org.jruby.joni</groupId>
  <artifactId>joni</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.jruby.joni:joni:1.0.2'
Gradle Kotlin
implementation("org.jruby.joni:joni:1.0.2")
Scala SBT
libraryDependencies += "org.jruby.joni" % "joni" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jruby.joni', module='joni', version='1.0.2')
)
Apache Ivy
<dependency org="org.jruby.joni" name="joni" rev="1.0.2" />
Leiningen
[org.jruby.joni/joni "1.0.2"]
Apache Buildr
'org.jruby.joni:joni:jar:1.0.2'
Dependencies