Download jnr-unixsocket-0.15.jar file - Jar j

Jar examples for j:jnr-unixsocket

Description

Native I/O access for java

You can download jar file jnr-unixsocket 0.15 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jnr-unixsocket-0.15.jar to your project.

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

Download

Click the following link to download the jar file.

jnr-unixsocket-0.15-jar-with-dependencies.jar
jnr-unixsocket-0.15-javadoc.jar
jnr-unixsocket-0.15-sources.jar
jnr-unixsocket-0.15-tests.jar
jnr-unixsocket-0.15.jar
jnr-unixsocket-0.15.pom



Related Tutorials