Download hawtjni-runtime-1.5.jar file - Jar h

Jar examples for h:hawtjni-runtime

Description

The API that projects using HawtJNI should build against.

You can download jar file hawtjni-runtime 1.5 in this page.

License

Apache License

Build File

You can use the following script to add hawtjni-runtime-1.5.jar to your project.

<dependency>
   <groupId>org.fusesource.hawtjni</groupId>
   <artifactId>hawtjni-runtime</artifactId>
   <version>1.5</version>
</dependency>
compile group: 'org.fusesource.hawtjni', name: 'hawtjni-runtime', version: '1.5'
libraryDependencies += "org.fusesource.hawtjni" % "hawtjni-runtime" % "1.5"
<dependency org="org.fusesource.hawtjni" name="hawtjni-runtime" rev="1.5"/>
@Grapes(@Grab(group='org.fusesource.hawtjni', module='hawtjni-runtime', version='1.5'))
'org.fusesource.hawtjni:hawtjni-runtime:jar:1.5'

Download

Click the following link to download the jar file.

hawtjni-runtime-1.5-javadoc.jar
hawtjni-runtime-1.5-sources.jar
hawtjni-runtime-1.5.jar
hawtjni-runtime-1.5.pom



Related Tutorials