is not current version
Last Version 2.2.12

com.github.jnr:jnr-ffi 0.7.1

A DSL for invoking native functions from java

Categories

Categories

JNR Development Tools Native
GroupId

GroupId

com.github.jnr
ArtifactId

ArtifactId

jnr-ffi
Version

Version

0.7.1
Type

Type

jar

Download jnr-ffi 0.7.1


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