is not current version
Last Version 0.5.3

org.jruby:jrubyparser 0.4

A library to expose exact char-for-char position information of Ruby syntax.

Categories

Categories

Ruby Languages
GroupId

GroupId

org.jruby
ArtifactId

ArtifactId

jrubyparser
Version

Version

0.4
Type

Type

jar

Download jrubyparser 0.4


<!-- https://jarcasting.com/artifacts/org.jruby/jrubyparser/ -->
<dependency>
    <groupId>org.jruby</groupId>
    <artifactId>jrubyparser</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby/jrubyparser/
implementation 'org.jruby:jrubyparser:0.4'
// https://jarcasting.com/artifacts/org.jruby/jrubyparser/
implementation ("org.jruby:jrubyparser:0.4")
'org.jruby:jrubyparser:jar:0.4'
<dependency org="org.jruby" name="jrubyparser" rev="0.4">
  <artifact name="jrubyparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby', module='jrubyparser', version='0.4')
)
libraryDependencies += "org.jruby" % "jrubyparser" % "0.4"
[org.jruby/jrubyparser "0.4"]