is not current version
Last Version 0.5.3

org.jruby:jrubyparser 0.5.2

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.5.2
Type

Type

jar

Download jrubyparser 0.5.2


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