p

posix

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