is not current version
Last Version 2.2.12

com.github.jnr:jnr-ffi 2.0.5

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

2.0.5
Type

Type

jar

Download jnr-ffi 2.0.5


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