Download jnr-enxio-0.13.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.13 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials