| Категории |
КатегорииAnt Компиляция и сборка JNR Инструменты разработки Native |
|---|---|
| Группа | Группаcom.github.jnr |
| Идентификатор | Идентификаторjnr-constants |
| Версия | Версия0.9.13 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jnr-constants-0.9.13.pom | |
| jnr-constants-0.9.13.jar | 638 KB |
| jnr-constants-0.9.13-sources.jar | 219 KB |
| jnr-constants-0.9.13-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-constants/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
<version>0.9.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-constants/
implementation 'com.github.jnr:jnr-constants:0.9.13'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-constants/
implementation ("com.github.jnr:jnr-constants:0.9.13")
'com.github.jnr:jnr-constants:jar:0.9.13'
<dependency org="com.github.jnr" name="jnr-constants" rev="0.9.13">
<artifact name="jnr-constants" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-constants', version='0.9.13')
)
libraryDependencies += "com.github.jnr" % "jnr-constants" % "0.9.13"
[com.github.jnr/jnr-constants "0.9.13"]