License |
License |
---|---|
GroupId | GroupIdcom.github.fommil |
ArtifactId | ArtifactIdjniloader |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJniLoader
Lightweight convenience for loading JNI natives.
|
Filename | Size |
---|---|
jniloader-1.1.pom | |
jniloader-1.1.jar | 8 KB |
jniloader-1.1-sources.jar | 4 KB |
jniloader-1.1-javadoc.jar | 40 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 0.12.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |