Files download
File Operation
jnr-posix-1.1.8.jar download
jnr-posix-1.1.8.pom download
Apache Maven
<dependency>
  <groupId>org.jruby.ext.posix</groupId>
  <artifactId>jnr-posix</artifactId>
  <version>1.1.8</version>
</dependency>
Gradle Groovy
implementation 'org.jruby.ext.posix:jnr-posix:1.1.8'
Gradle Kotlin
implementation("org.jruby.ext.posix:jnr-posix:1.1.8")
Scala SBT
libraryDependencies += "org.jruby.ext.posix" % "jnr-posix" % "1.1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.jruby.ext.posix', module='jnr-posix', version='1.1.8')
)
Apache Ivy
<dependency org="org.jruby.ext.posix" name="jnr-posix" rev="1.1.8" />
Leiningen
[org.jruby.ext.posix/jnr-posix "1.1.8"]
Apache Buildr
'org.jruby.ext.posix:jnr-posix:jar:1.1.8'