Download jnr-posix-3.0.29.jar file - Jar j

Jar examples for j:jnr-posix

Description

Common cross-project/cross-platform POSIX APIs

You can download jar file jnr-posix 3.0.29 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add jnr-posix-3.0.29.jar to your project.

<dependency>
   <groupId>com.github.jnr</groupId>
   <artifactId>jnr-posix</artifactId>
   <version>3.0.29</version>
</dependency>
compile group: 'com.github.jnr', name: 'jnr-posix', version: '3.0.29'
libraryDependencies += "com.github.jnr" % "jnr-posix" % "3.0.29"
<dependency org="com.github.jnr" name="jnr-posix" rev="3.0.29"/>
@Grapes(@Grab(group='com.github.jnr', module='jnr-posix', version='3.0.29'))
'com.github.jnr:jnr-posix:jar:3.0.29'

Download

Click the following link to download the jar file.

jnr-posix-3.0.29-javadoc.jar
jnr-posix-3.0.29-sources.jar
jnr-posix-3.0.29.jar
jnr-posix-3.0.29.pom



Related Tutorials