| Категории |
КатегорииRuby Языки программирования |
|---|---|
| Группа | Группаorg.jruby |
| Идентификатор | Идентификаторjruby-parent |
| Версия | Версия1.7.25 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| jruby-parent-1.7.25.pom | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jruby/jruby-parent/ -->
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>1.7.25</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jruby/jruby-parent/
implementation 'org.jruby:jruby-parent:1.7.25'
// https://jarcasting.com/artifacts/org.jruby/jruby-parent/
implementation ("org.jruby:jruby-parent:1.7.25")
'org.jruby:jruby-parent:pom:1.7.25'
<dependency org="org.jruby" name="jruby-parent" rev="1.7.25">
<artifact name="jruby-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jruby', module='jruby-parent', version='1.7.25')
)
libraryDependencies += "org.jruby" % "jruby-parent" % "1.7.25"
[org.jruby/jruby-parent "1.7.25"]