Jar examples for j:jnaerator
JNAerator (pronounce "generator") simply parses C and Objective-C headers and generates the corresponding JNA and Rococoa Java interfaces (it also has a very limited support for C++). This lets Java programmers access native libraries transparently, with full IDE support and little to no hand-tweaking. Users who are looking for ready-to-use libraries should check the NativeLibs4Java project instead.
You can download jar file jnaerator 0.11 in this page.
LGPL
You can use the following script to add jnaerator-0.11.jar to your project.
<dependency> <groupId>org.daisy.libs</groupId> <artifactId>jnaerator</artifactId> <version>0.11</version> </dependency>
compile group: 'org.daisy.libs', name: 'jnaerator', version: '0.11'
libraryDependencies += "org.daisy.libs" % "jnaerator" % "0.11"
<dependency org="org.daisy.libs" name="jnaerator" rev="0.11"/>
@Grapes(@Grab(group='org.daisy.libs', module='jnaerator', version='0.11'))
'org.daisy.libs:jnaerator:jar:0.11'
Click the following link to download the jar file.
jnaerator-0.11-javadoc.jar