не последняя версия
Последняя версия 9000.dev

org.jruby:jruby-parent 1.7.19

JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java.

Категории

Категории

Ruby Языки программирования
Группа

Группа

org.jruby
Идентификатор

Идентификатор

jruby-parent
Версия

Версия

1.7.19
Тип

Тип

pom

Скачать jruby-parent 1.7.19

Имя Файла Размер
jruby-parent-1.7.19.pom 23 KB
Обзор

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