JniLoader

Lightweight convenience for loading JNI natives.

License

License

GroupId

GroupId

com.github.fommil
ArtifactId

ArtifactId

jniloader
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

JniLoader
Lightweight convenience for loading JNI natives.

Download jniloader

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 0.12.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0