| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRuby Языки программирования Ant Компиляция и сборка |
| Группа | Группаorg.jruby.extras |
| Идентификатор | Идентификаторconstantine |
| Последняя версия | Последняя версия0.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеconstantine
A set of platform constants (e.g. errno values)
|
| Имя Файла | Размер |
|---|---|
| constantine-0.7.pom | |
| constantine-0.7.jar | 251 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jruby.extras/constantine/ -->
<dependency>
<groupId>org.jruby.extras</groupId>
<artifactId>constantine</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.extras/constantine/
implementation 'org.jruby.extras:constantine:0.7'
// https://jarcasting.com/artifacts/org.jruby.extras/constantine/
implementation ("org.jruby.extras:constantine:0.7")
'org.jruby.extras:constantine:jar:0.7'
<dependency org="org.jruby.extras" name="constantine" rev="0.7">
<artifact name="constantine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.extras', module='constantine', version='0.7')
)
libraryDependencies += "org.jruby.extras" % "constantine" % "0.7"
[org.jruby.extras/constantine "0.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.5 |