License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdorg.jruby |
ArtifactId | ArtifactIdjruby-parent |
Last Version | Last Version9000.dev |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJRuby
JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jruby-parent-9000.dev.pom | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jruby/jruby-parent/ -->
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9000.dev</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jruby/jruby-parent/
implementation 'org.jruby:jruby-parent:9000.dev'
// https://jarcasting.com/artifacts/org.jruby/jruby-parent/
implementation ("org.jruby:jruby-parent:9000.dev")
'org.jruby:jruby-parent:pom:9000.dev'
<dependency org="org.jruby" name="jruby-parent" rev="9000.dev">
<artifact name="jruby-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jruby', module='jruby-parent', version='9000.dev')
)
libraryDependencies += "org.jruby" % "jruby-parent" % "9000.dev"
[org.jruby/jruby-parent "9000.dev"]