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