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