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