<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.1.8</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.github.jnr:jffi:1.2.17
|-- org.ow2.asm:asm-commons:5.0.3
|-- org.ow2.asm:asm-analysis:5.0.3
|-- org.ow2.asm:asm-tree:5.0.3
|-- org.ow2.asm:asm-util:5.0.3
|-- com.github.jnr:jnr-x86asm:1.0.2
runtime
|-- com.github.jnr:jffi:1.2.16
test
|-- junit:junit:4.11