Download loadlib-0.1.1.jar file - Jar l

Jar examples for l:loadlib

Description

Load native libraries embedded as resources in a JAR file from Java transparently

You can download jar file loadlib 0.1.1 in this page.

License

GNU Lesser General Public License, Version 2

Build File

You can use the following script to add loadlib-0.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

loadlib-0.1.1-javadoc.jar
loadlib-0.1.1-sources.jar
loadlib-0.1.1.jar
loadlib-0.1.1.pom



Related Tutorials