is not current version
Last Version 1.1.9

org.jruby.ext.posix:jnr-posix 1.0.3

Common cross-project/cross-platform POSIX APIs

Categories

Categories

Ruby Languages JNR Development Tools Native
GroupId

GroupId

org.jruby.ext.posix
ArtifactId

ArtifactId

jnr-posix
Version

Version

1.0.3
Type

Type

jar

Download jnr-posix 1.0.3


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