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