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

org.jruby:jruby-parent 9.2.19.0

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

Категории

Категории

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

Группа

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

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

jruby-parent
Версия

Версия

9.2.19.0
Тип

Тип

pom

Скачать jruby-parent 9.2.19.0

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

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