MVN

io.github.alexanderschuetz97 : JavaNativeUtils

Maven & Gradle

Aug 25, 2023
3 usages
4 stars

io.github.alexanderschuetz97:JavaNativeUtils · Collection of jni wrappers for various native system calls

<dependency>
    <groupId>io.github.alexanderschuetz97</groupId>
    <artifactId>JavaNativeUtils</artifactId>
    <version>3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.alexanderschuetz97 : JavaNativeUtils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3

All Versions

Choose a version of io.github.alexanderschuetz97 : JavaNativeUtils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3
JavaNativeUtils-3.3
3.2
JavaNativeUtils-3.2
3.1
JavaNativeUtils-3.1
3.0
JavaNativeUtils-3.0
2.2
JavaNativeUtils-2.2
2.1
JavaNativeUtils-2.1
2.0
JavaNativeUtils-2.0
1.7
JavaNativeUtils-1.7
1.6
JavaNativeUtils-1.6
1.5
JavaNativeUtils-1.5
1.4
JavaNativeUtils-1.4
1.2
JavaNativeUtils-1.2
1.1
JavaNativeUtils-1.1
1.0
JavaNativeUtils-1.0

How to add a dependency to Maven

Add the following io.github.alexanderschuetz97 : JavaNativeUtils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.alexanderschuetz97</groupId>
    <artifactId>JavaNativeUtils</artifactId>
    <version>3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.alexanderschuetz97 : JavaNativeUtils gradle dependency to your build.gradle file:

implementation 'io.github.alexanderschuetz97:JavaNativeUtils:3.3'

Gradle Kotlin DSL: Add the following io.github.alexanderschuetz97 : JavaNativeUtils gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.alexanderschuetz97:JavaNativeUtils:3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.alexanderschuetz97 : JavaNativeUtils sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.alexanderschuetz97" % "JavaNativeUtils" % "3.3"