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