Download jnr-ffi-0.7.10.jar file - Jar j

Jar examples for j:jnr-ffi

Description

A library for invoking native functions from java

You can download jar file jnr-ffi 0.7.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jnr-ffi-0.7.10.jar to your project.

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

Download

Click the following link to download the jar file.

jnr-ffi-0.7.10-javadoc.jar
jnr-ffi-0.7.10-sources.jar
jnr-ffi-0.7.10.jar
jnr-ffi-0.7.10.pom



Related Tutorials