| Categories |
CategoriesJNR Development Tools Native |
|---|---|
| GroupId | GroupIdcom.github.jnr |
| ArtifactId | ArtifactIdjnr-posix |
| Version | Version2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jnr-posix-2.2.pom | |
| jnr-posix-2.2.jar | 133 KB |
| jnr-posix-2.2-sources.jar | 67 KB |
| jnr-posix-2.2-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>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-posix/
implementation 'com.github.jnr:jnr-posix:2.2'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-posix/
implementation ("com.github.jnr:jnr-posix:2.2")
'com.github.jnr:jnr-posix:jar:2.2'
<dependency org="com.github.jnr" name="jnr-posix" rev="2.2">
<artifact name="jnr-posix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-posix', version='2.2')
)
libraryDependencies += "com.github.jnr" % "jnr-posix" % "2.2"
[com.github.jnr/jnr-posix "2.2"]