p

posix

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