is not current version
Last Version 3.1.15

com.github.jnr:jnr-posix 2.4.0

Common cross-project/cross-platform POSIX APIs

Categories

Categories

JNR Development Tools Native
GroupId

GroupId

com.github.jnr
ArtifactId

ArtifactId

jnr-posix
Version

Version

2.4.0
Type

Type

jar

Download jnr-posix 2.4.0


<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-posix/ -->
<dependency>
    <groupId>com.github.jnr</groupId>
    <artifactId>jnr-posix</artifactId>
    <version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-posix/
implementation 'com.github.jnr:jnr-posix:2.4.0'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-posix/
implementation ("com.github.jnr:jnr-posix:2.4.0")
'com.github.jnr:jnr-posix:jar:2.4.0'
<dependency org="com.github.jnr" name="jnr-posix" rev="2.4.0">
  <artifact name="jnr-posix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-posix', version='2.4.0')
)
libraryDependencies += "com.github.jnr" % "jnr-posix" % "2.4.0"
[com.github.jnr/jnr-posix "2.4.0"]