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