h

hawtjni-example

Files download
File Operation
hawtjni-example-1.11.jar download
hawtjni-example-1.11.pom download
hawtjni-example-1.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fusesource.hawtjni</groupId>
  <artifactId>hawtjni-example</artifactId>
  <version>1.11</version>
</dependency>
Gradle Groovy
implementation 'org.fusesource.hawtjni:hawtjni-example:1.11'
Gradle Kotlin
implementation("org.fusesource.hawtjni:hawtjni-example:1.11")
Scala SBT
libraryDependencies += "org.fusesource.hawtjni" % "hawtjni-example" % "1.11"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.hawtjni', module='hawtjni-example', version='1.11')
)
Apache Ivy
<dependency org="org.fusesource.hawtjni" name="hawtjni-example" rev="1.11" />
Leiningen
[org.fusesource.hawtjni/hawtjni-example "1.11"]
Apache Buildr
'org.fusesource.hawtjni:hawtjni-example:jar:1.11'