is not current version
Last Version 1.3.9

com.github.jnr:jffi 1.3.3

Java Foreign Function Interface

Categories

Categories

JNR Development Tools Native
GroupId

GroupId

com.github.jnr
ArtifactId

ArtifactId

jffi
Version

Version

1.3.3
Type

Type

jar

Download jffi 1.3.3


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