| Categories |
CategoriesRuby Languages JNR Development Tools Native |
|---|---|
| GroupId | GroupIdorg.jruby.ext.posix |
| ArtifactId | ArtifactIdjnr-posix |
| Version | Version1.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jnr-posix-1.0.4.pom | |
| jnr-posix-1.0.4.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jruby.ext.posix/jnr-posix/ -->
<dependency>
<groupId>org.jruby.ext.posix</groupId>
<artifactId>jnr-posix</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.ext.posix/jnr-posix/
implementation 'org.jruby.ext.posix:jnr-posix:1.0.4'
// https://jarcasting.com/artifacts/org.jruby.ext.posix/jnr-posix/
implementation ("org.jruby.ext.posix:jnr-posix:1.0.4")
'org.jruby.ext.posix:jnr-posix:jar:1.0.4'
<dependency org="org.jruby.ext.posix" name="jnr-posix" rev="1.0.4">
<artifact name="jnr-posix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.ext.posix', module='jnr-posix', version='1.0.4')
)
libraryDependencies += "org.jruby.ext.posix" % "jnr-posix" % "1.0.4"
[org.jruby.ext.posix/jnr-posix "1.0.4"]