Download directio-0.9.0.jar file - Jar d

Jar examples for d:directio

Description

access to posix fallocate and fadvise (jni), and file descriptors

You can download jar file directio 0.9.0 in this page.

License

PUPL - Paid Use Permissive License

Build File

You can use the following script to add directio-0.9.0.jar to your project.

<dependency>
   <groupId>com.nqzero</groupId>
   <artifactId>directio</artifactId>
   <version>0.9.0</version>
</dependency>
compile group: 'com.nqzero', name: 'directio', version: '0.9.0'
libraryDependencies += "com.nqzero" % "directio" % "0.9.0"
<dependency org="com.nqzero" name="directio" rev="0.9.0"/>
@Grapes(@Grab(group='com.nqzero', module='directio', version='0.9.0'))
'com.nqzero:directio:jar:0.9.0'

Download

Click the following link to download the jar file.

directio-0.9.0-javadoc.jar
directio-0.9.0-sources.jar
directio-0.9.0.jar
directio-0.9.0.pom



Related Tutorials