is not current version
Last Version 1.1

com.github.fommil:jniloader 1.0

Lightweight convenience for loading JNI natives.

GroupId

GroupId

com.github.fommil
ArtifactId

ArtifactId

jniloader
Version

Version

1.0
Type

Type

jar

Download jniloader 1.0


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