h

hawtjni-example

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