MVN

org.jruby.ext.posix : jna-posix

Maven & Gradle

Oct 19, 2009
6 usages

JNA-POSIX · Common cross-project/cross-platform POSIX APIs

<dependency>
    <groupId>org.jruby.ext.posix</groupId>
    <artifactId>jna-posix</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jruby.ext.posix : jna-posix to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of org.jruby.ext.posix : jna-posix to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jna-posix-1.0.3
jna-posix-1.0.2
jna-posix-1.0.1
1.0
jna-posix-1.0
0.9
jna-posix-0.9
0.8
jna-posix-0.8
0.7
jna-posix-0.7
0.6
jna-posix-0.6
0.5
jna-posix-0.5

How to add a dependency to Maven

Add the following org.jruby.ext.posix : jna-posix maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jruby.ext.posix</groupId>
    <artifactId>jna-posix</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jruby.ext.posix : jna-posix gradle dependency to your build.gradle file:

implementation 'org.jruby.ext.posix:jna-posix:1.0.3'

Gradle Kotlin DSL: Add the following org.jruby.ext.posix : jna-posix gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jruby.ext.posix:jna-posix:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jruby.ext.posix : jna-posix sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jruby.ext.posix" % "jna-posix" % "1.0.3"

Advertisement