License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdorg.jruby.joni |
ArtifactId | ArtifactIdjoni |
Last Version | Last Version2.1.43 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJoni
Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma
that uses byte arrays directly instead of java Strings and chars
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
joni-2.1.43.pom | |
joni-2.1.43.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jruby.joni/joni/ -->
<dependency>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>2.1.43</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.joni/joni/
implementation 'org.jruby.joni:joni:2.1.43'
// https://jarcasting.com/artifacts/org.jruby.joni/joni/
implementation ("org.jruby.joni:joni:2.1.43")
'org.jruby.joni:joni:jar:2.1.43'
<dependency org="org.jruby.joni" name="joni" rev="2.1.43">
<artifact name="joni" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.joni', module='joni', version='2.1.43')
)
libraryDependencies += "org.jruby.joni" % "joni" % "2.1.43"
[org.jruby.joni/joni "2.1.43"]
Group / Artifact | Type | Version |
---|---|---|
org.jruby.jcodings : jcodings | jar | 1.0.57 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |