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