<dependency> <groupId>com.github.jnr</groupId> <artifactId>jffi</artifactId> <version>1.2.17</version> </dependency>
implementation 'com.github.jnr:jffi:1.2.17'
implementation("com.github.jnr:jffi:1.2.17")
libraryDependencies += "com.github.jnr" % "jffi" % "1.2.17"
@Grapes( @Grab(group='com.github.jnr', module='jffi', version='1.2.17') )
<dependency org="com.github.jnr" name="jffi" rev="1.2.17" />
[com.github.jnr/jffi "1.2.17"]
'com.github.jnr:jffi:jar:1.2.17'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
test
|-- junit:junit:4.11