is not current version
Last Version 1.3.9

com.github.jnr:jffi 1.0.11

Java Foreign Function Interface

Categories

Categories

JNR Development Tools Native
GroupId

GroupId

com.github.jnr
ArtifactId

ArtifactId

jffi
Version

Version

1.0.11
Type

Type

jar

Download jffi 1.0.11


<!-- https://jarcasting.com/artifacts/com.github.jnr/jffi/ -->
<dependency>
    <groupId>com.github.jnr</groupId>
    <artifactId>jffi</artifactId>
    <version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jffi/
implementation 'com.github.jnr:jffi:1.0.11'
// https://jarcasting.com/artifacts/com.github.jnr/jffi/
implementation ("com.github.jnr:jffi:1.0.11")
'com.github.jnr:jffi:jar:1.0.11'
<dependency org="com.github.jnr" name="jffi" rev="1.0.11">
  <artifact name="jffi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jffi', version='1.0.11')
)
libraryDependencies += "com.github.jnr" % "jffi" % "1.0.11"
[com.github.jnr/jffi "1.0.11"]