p

posix

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