MVN

com.github.ramanrajarathinam : native-utils

Maven & Gradle

Aug 28, 2020
3 usages
0 stars

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).

<dependency>
    <groupId>com.github.ramanrajarathinam</groupId>
    <artifactId>native-utils</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ramanrajarathinam : native-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.ramanrajarathinam : native-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
native-utils-1.0.0

How to add a dependency to Maven

Add the following com.github.ramanrajarathinam : native-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ramanrajarathinam</groupId>
    <artifactId>native-utils</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ramanrajarathinam : native-utils gradle dependency to your build.gradle file:

implementation 'com.github.ramanrajarathinam:native-utils:1.0.0'

Gradle Kotlin DSL: Add the following com.github.ramanrajarathinam : native-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ramanrajarathinam:native-utils:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ramanrajarathinam : native-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ramanrajarathinam" % "native-utils" % "1.0.0"

Advertisement

Dependencies from Group

Aug 28, 2020
3 usages
0 stars

Discover Dependencies

Sep 25, 2020
2 usages
640 stars
log
Feb 06, 2021
2 usages
0 stars
Jun 01, 2021
2 usages
0 stars
Jun 10, 2021
2 usages
14 stars
Jul 04, 2021
6 usages
526 stars
Jul 08, 2021
3 usages
3 stars
Sep 30, 2021
2 usages
28 stars
Nov 27, 2021
2 usages
2 stars