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