| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.openhft |
| ArtifactId | ArtifactIdposix |
| Version | Version2.22ea6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| posix-2.22ea6.pom | |
| posix-2.22ea6.jar | 33 KB |
| posix-2.22ea6-sources.jar | 17 KB |
| posix-2.22ea6-javadoc.jar | 175 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.openhft/posix/ -->
<dependency>
<groupId>net.openhft</groupId>
<artifactId>posix</artifactId>
<version>2.22ea6</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/posix/
implementation 'net.openhft:posix:2.22ea6'
// https://jarcasting.com/artifacts/net.openhft/posix/
implementation ("net.openhft:posix:2.22ea6")
'net.openhft:posix:jar:2.22ea6'
<dependency org="net.openhft" name="posix" rev="2.22ea6">
<artifact name="posix" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='posix', version='2.22ea6')
)
libraryDependencies += "net.openhft" % "posix" % "2.22ea6"
[net.openhft/posix "2.22ea6"]