Download native-loader-1.0.2.jar file - Jar n

Jar examples for n:native-loader

Description

An utility tool to load native libraries

You can download jar file native-loader 1.0.2 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add native-loader-1.0.2.jar to your project.

<dependency>
   <groupId>com.harium</groupId>
   <artifactId>native-loader</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.harium', name: 'native-loader', version: '1.0.2'
libraryDependencies += "com.harium" % "native-loader" % "1.0.2"
<dependency org="com.harium" name="native-loader" rev="1.0.2"/>
@Grapes(@Grab(group='com.harium', module='native-loader', version='1.0.2'))
'com.harium:native-loader:jar:1.0.2'

Download

Click the following link to download the jar file.

native-loader-1.0.2-javadoc.jar
native-loader-1.0.2-sources.jar
native-loader-1.0.2.jar
native-loader-1.0.2.pom



Related Tutorials