is not current version
Last Version 2.2.12

com.github.jnr:jnr-ffi 1.0.4

A library for invoking native functions from java

Categories

Categories

JNR Development Tools Native
GroupId

GroupId

com.github.jnr
ArtifactId

ArtifactId

jnr-ffi
Version

Version

1.0.4
Type

Type

jar

Download jnr-ffi 1.0.4


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