GroupId | GroupIdcom.github.fommil |
---|---|
ArtifactId | ArtifactIdjniloader |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jniloader-1.0.pom | |
jniloader-1.0.jar | 6 KB |
jniloader-1.0-sources.jar | 2 KB |
jniloader-1.0-javadoc.jar | 36 KB |
Browse |
<!-- 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"]