License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.github.ramanrajarathinam |
ArtifactId | ArtifactIdnative-utils |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptioncom.github.ramanrajarathinam:native-utils
A simple library class which helps with loading dynamic libraries stored in the JAR archive. These
libraries usualy contain implementation of some methods in native code (using JNI - Java Native Interface).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
native-utils-1.0.0.pom | |
native-utils-1.0.0.jar | 5 KB |
native-utils-1.0.0-sources.jar | 5 KB |
native-utils-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ramanrajarathinam/native-utils/ -->
<dependency>
<groupId>com.github.ramanrajarathinam</groupId>
<artifactId>native-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ramanrajarathinam/native-utils/
implementation 'com.github.ramanrajarathinam:native-utils:1.0.0'
// https://jarcasting.com/artifacts/com.github.ramanrajarathinam/native-utils/
implementation ("com.github.ramanrajarathinam:native-utils:1.0.0")
'com.github.ramanrajarathinam:native-utils:jar:1.0.0'
<dependency org="com.github.ramanrajarathinam" name="native-utils" rev="1.0.0">
<artifact name="native-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ramanrajarathinam', module='native-utils', version='1.0.0')
)
libraryDependencies += "com.github.ramanrajarathinam" % "native-utils" % "1.0.0"
[com.github.ramanrajarathinam/native-utils "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |