h

hawtjni-project

A JNI code generator based on the JNI generator used by the eclipse SWT project
http://${forge-project-id}.fusesource.org
Eclipse Public License - v 1.0 The Apache Software License, Version 2.0
Hiram Chirino
Files download
File Operation
hawtjni-project-1.11.pom download
Apache Maven
<dependency>
  <groupId>org.fusesource.hawtjni</groupId>
  <artifactId>hawtjni-project</artifactId>
  <version>1.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.fusesource.hawtjni:hawtjni-project:1.11'
Gradle Kotlin
implementation("org.fusesource.hawtjni:hawtjni-project:1.11")
Scala SBT
libraryDependencies += "org.fusesource.hawtjni" % "hawtjni-project" % "1.11"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.hawtjni', module='hawtjni-project', version='1.11')
)
Apache Ivy
<dependency org="org.fusesource.hawtjni" name="hawtjni-project" rev="1.11" />
Leiningen
[org.fusesource.hawtjni/hawtjni-project "1.11"]
Apache Buildr
'org.fusesource.hawtjni:hawtjni-project:jar:1.11'