Download jnr-enxio-0.16.jar file - Jar j

Jar examples for j:jnr-enxio

Description

Native I/O access for java

You can download jar file jnr-enxio 0.16 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jnr-enxio-0.16.jar to your project.

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

Download

Click the following link to download the jar file.

jnr-enxio-0.16-javadoc.jar
jnr-enxio-0.16-sources.jar
jnr-enxio-0.16.jar
jnr-enxio-0.16.pom



Related Tutorials