Download jniloader-1.1.jar file - Jar j

Jar examples for j:jniloader

Description

Lightweight convenience for loading JNI natives.

You can download jar file jniloader 1.1 in this page.

License

LGPL

Build File

You can use the following script to add jniloader-1.1.jar to your project.

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

Download

Click the following link to download the jar file.

jniloader-1.1-javadoc.jar
jniloader-1.1-sources.jar
jniloader-1.1.jar
jniloader-1.1.pom



Related Tutorials