Download jffi-1.2.9.jar file - Jar j

Jar examples for j:jffi

Description

Java Foreign Function Interface

You can download jar file jffi 1.2.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jffi-1.2.9.jar to your project.

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

Download

Click the following link to download the jar file.

jffi-1.2.9-javadoc.jar
jffi-1.2.9-native.jar
jffi-1.2.9-sources.jar
jffi-1.2.9.jar
jffi-1.2.9.pom



Related Tutorials