License |
License |
---|---|
Categories |
CategoriesJNR Development Tools Native |
GroupId | GroupIdcom.github.jnr |
ArtifactId | ArtifactIdjnr-posix |
Last Version | Last Version3.1.15 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjnr-posix
Common cross-project/cross-platform POSIX APIs
|
Filename | Size |
---|---|
jnr-posix-3.1.15.pom | |
jnr-posix-3.1.15.jar | 133 KB |
jnr-posix-3.1.15-sources.jar | 67 KB |
jnr-posix-3.1.15-javadoc.jar | 307 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-posix/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.1.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-posix/
implementation 'com.github.jnr:jnr-posix:3.1.15'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-posix/
implementation ("com.github.jnr:jnr-posix:3.1.15")
'com.github.jnr:jnr-posix:jar:3.1.15'
<dependency org="com.github.jnr" name="jnr-posix" rev="3.1.15">
<artifact name="jnr-posix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-posix', version='3.1.15')
)
libraryDependencies += "com.github.jnr" % "jnr-posix" % "3.1.15"
[com.github.jnr/jnr-posix "3.1.15"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jnr : jnr-ffi | jar | 2.2.11 |
com.github.jnr : jnr-constants | jar | 0.10.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |