Download jnr-posix-2.0.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 2.0 in this page.

License

Eclipse Public License - v 1.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials