is not current version
Last Version 9.3.4.0

org.jruby:jruby-dist 1.6.7.1


Categories

Categories

Ruby Languages
GroupId

GroupId

org.jruby
ArtifactId

ArtifactId

jruby-dist
Version

Version

1.6.7.1
Type

Type

pom

Download jruby-dist 1.6.7.1

Filename Size
jruby-dist-1.6.7.1.pom 1 KB
Browse

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