j

jniloader

Lightweight convenience for loading JNI natives.
https://github.com/fommil/jniloader
LGPL
Sam Halliday
Files download
File Operation
jniloader-1.1.jar download
jniloader-1.1.pom download
jniloader-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fommil</groupId>
  <artifactId>jniloader</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.fommil:jniloader:1.1'
Gradle Kotlin
implementation("com.github.fommil:jniloader:1.1")
Scala SBT
libraryDependencies += "com.github.fommil" % "jniloader" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fommil', module='jniloader', version='1.1')
)
Apache Ivy
<dependency org="com.github.fommil" name="jniloader" rev="1.1" />
Leiningen
[com.github.fommil/jniloader "1.1"]
Apache Buildr
'com.github.fommil:jniloader:jar:1.1'