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