is not current version
Last Version 1.3.9

com.github.jnr:jffi 1.2.13

Java Foreign Function Interface

Categories

Categories

JNR Development Tools Native
GroupId

GroupId

com.github.jnr
ArtifactId

ArtifactId

jffi
Version

Version

1.2.13
Type

Type

jar

Download jffi 1.2.13


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