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