is not current version
Last Version 2.2.12

com.github.jnr:jnr-ffi 0.6.0

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.6.0
Type

Type

jar

Download jnr-ffi 0.6.0


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