is not current version
Last Version 1.0.3

org.jruby.ext.posix:jna-posix 0.9

Common cross-project/cross-platform POSIX APIs

Categories

Categories

Ruby Languages JNA Development Tools Native
GroupId

GroupId

org.jruby.ext.posix
ArtifactId

ArtifactId

jna-posix
Version

Version

0.9
Type

Type

jar

Download jna-posix 0.9


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