p

posix

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