| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRuby Языки программирования |
| Группа | Группаorg.jruby |
| Идентификатор | Идентификаторjruby-parent |
| Последняя версия | Последняя версия9000.dev |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJRuby
JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jruby-parent-9000.dev.pom | 24 KB |
| Обзор |
<!-- 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"]