<dependency> <groupId>com.github.jnr</groupId> <artifactId>jnr-ffi</artifactId> <version>2.0.0</version> </dependency>
implementation 'com.github.jnr:jnr-ffi:2.0.0'
implementation("com.github.jnr:jnr-ffi:2.0.0")
libraryDependencies += "com.github.jnr" % "jnr-ffi" % "2.0.0"
@Grapes( @Grab(group='com.github.jnr', module='jnr-ffi', version='2.0.0') )
<dependency org="com.github.jnr" name="jnr-ffi" rev="2.0.0" />
[com.github.jnr/jnr-ffi "2.0.0"]
'com.github.jnr:jnr-ffi:jar:2.0.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.github.jnr:jffi:1.2.7
|-- org.ow2.asm:asm:4.0
|-- org.ow2.asm:asm-commons:4.0
|-- org.ow2.asm:asm-analysis:4.0
|-- org.ow2.asm:asm-tree:4.0
|-- org.ow2.asm:asm-util:4.0
|-- com.github.jnr:jnr-x86asm:1.0.2
runtime
test
|-- junit:junit:4.11