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