| License | License
                                                        Common Public License - v 1.0                                                 | 
|---|---|
| Categories | CategoriesRuby Languages JNA Development Tools Native | 
| GroupId | GroupIdorg.jruby.ext.posix | 
| ArtifactId | ArtifactIdjna-posix | 
| Last Version | Last Version1.0.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJNA-POSIX Common cross-project/cross-platform POSIX APIs | 
| Filename | Size | 
|---|---|
| jna-posix-1.0.3.pom | |
| jna-posix-1.0.3.jar | 86 KB | 
| jna-posix-1.0.3-sources.jar | 51 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jruby.ext.posix/jna-posix/ -->
<dependency>
    <groupId>org.jruby.ext.posix</groupId>
    <artifactId>jna-posix</artifactId>
    <version>1.0.3</version>
</dependency>// https://jarcasting.com/artifacts/org.jruby.ext.posix/jna-posix/
implementation 'org.jruby.ext.posix:jna-posix:1.0.3'// https://jarcasting.com/artifacts/org.jruby.ext.posix/jna-posix/
implementation ("org.jruby.ext.posix:jna-posix:1.0.3")'org.jruby.ext.posix:jna-posix:jar:1.0.3'<dependency org="org.jruby.ext.posix" name="jna-posix" rev="1.0.3">
  <artifact name="jna-posix" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jruby.ext.posix', module='jna-posix', version='1.0.3')
)libraryDependencies += "org.jruby.ext.posix" % "jna-posix" % "1.0.3"[org.jruby.ext.posix/jna-posix "1.0.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| net.java.dev.jna : jna | jar | 3.0.9 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.4 |