is not current version
Last Version 2.2.12

com.github.jnr:jnr-ffi 2.0.3

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

Type

jar

Download jnr-ffi 2.0.3


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