| Categories |
CategoriesJNR Development Tools Native |
|---|---|
| GroupId | GroupIdcom.github.jnr |
| ArtifactId | ArtifactIdjnr-posix |
| Version | Version3.0.26 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jnr-posix-3.0.26.pom | |
| jnr-posix-3.0.26.jar | 213 KB |
| jnr-posix-3.0.26-sources.jar | 107 KB |
| jnr-posix-3.0.26-javadoc.jar | 511 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-posix/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-posix/
implementation 'com.github.jnr:jnr-posix:3.0.26'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-posix/
implementation ("com.github.jnr:jnr-posix:3.0.26")
'com.github.jnr:jnr-posix:jar:3.0.26'
<dependency org="com.github.jnr" name="jnr-posix" rev="3.0.26">
<artifact name="jnr-posix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-posix', version='3.0.26')
)
libraryDependencies += "com.github.jnr" % "jnr-posix" % "3.0.26"
[com.github.jnr/jnr-posix "3.0.26"]