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