| License |
License
Common Public License - v 1.0
|
|---|---|
| Categories |
CategoriesRuby Languages JNR Development Tools Native |
| GroupId | GroupIdorg.jruby.ext.posix |
| ArtifactId | ArtifactIdjnr-posix |
| Last Version | Last Version1.1.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjnr-posix
Common cross-project/cross-platform POSIX APIs
|
| Filename | Size |
|---|---|
| jnr-posix-1.1.9.pom | |
| jnr-posix-1.1.9.jar | 107 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.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.ext.posix/jnr-posix/
implementation 'org.jruby.ext.posix:jnr-posix:1.1.9'
// https://jarcasting.com/artifacts/org.jruby.ext.posix/jnr-posix/
implementation ("org.jruby.ext.posix:jnr-posix:1.1.9")
'org.jruby.ext.posix:jnr-posix:jar:1.1.9'
<dependency org="org.jruby.ext.posix" name="jnr-posix" rev="1.1.9">
<artifact name="jnr-posix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.ext.posix', module='jnr-posix', version='1.1.9')
)
libraryDependencies += "org.jruby.ext.posix" % "jnr-posix" % "1.1.9"
[org.jruby.ext.posix/jnr-posix "1.1.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jruby.extras : jaffl | jar | 0.5.11 |
| org.jruby.extras : constantine | jar | 0.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |