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.3.pom download
Apache Maven
<dependency>
  <groupId>org.fusesource.hawtjni</groupId>
  <artifactId>hawtjni-project</artifactId>
  <version>1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.fusesource.hawtjni:hawtjni-project:1.3'
Gradle Kotlin
implementation("org.fusesource.hawtjni:hawtjni-project:1.3")
Scala SBT
libraryDependencies += "org.fusesource.hawtjni" % "hawtjni-project" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.hawtjni', module='hawtjni-project', version='1.3')
)
Apache Ivy
<dependency org="org.fusesource.hawtjni" name="hawtjni-project" rev="1.3" />
Leiningen
[org.fusesource.hawtjni/hawtjni-project "1.3"]
Apache Buildr
'org.fusesource.hawtjni:hawtjni-project:jar:1.3'