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