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