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.1.1.jar download
joni-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>org.jruby.joni</groupId>
  <artifactId>joni</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.jruby.joni:joni:1.1.1'
Gradle Kotlin
implementation("org.jruby.joni:joni:1.1.1")
Scala SBT
libraryDependencies += "org.jruby.joni" % "joni" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jruby.joni', module='joni', version='1.1.1')
)
Apache Ivy
<dependency org="org.jruby.joni" name="joni" rev="1.1.1" />
Leiningen
[org.jruby.joni/joni "1.1.1"]
Apache Buildr
'org.jruby.joni:joni:jar:1.1.1'
Dependencies