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