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