MVN

at.crea-doo.util.nativeloader : nativeloader

Maven & Gradle

Sep 16, 2015

nativeloader · "NativeLoader" is a Java library which aims to simplify the initialization of native libraries in an OSGi environment while offering more flexibility instead of the Bundle-NativeCode loading mechanism.

<dependency>
    <groupId>at.crea-doo.util.nativeloader</groupId>
    <artifactId>nativeloader</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.crea-doo.util.nativeloader : nativeloader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of at.crea-doo.util.nativeloader : nativeloader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
nativeloader-1.0.1
nativeloader-1.0.0

How to add a dependency to Maven

Add the following at.crea-doo.util.nativeloader : nativeloader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.crea-doo.util.nativeloader</groupId>
    <artifactId>nativeloader</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.crea-doo.util.nativeloader : nativeloader gradle dependency to your build.gradle file:

implementation 'at.crea-doo.util.nativeloader:nativeloader:1.0.1'

Gradle Kotlin DSL: Add the following at.crea-doo.util.nativeloader : nativeloader gradle kotlin dependency to your build.gradle.kts file:

implementation("at.crea-doo.util.nativeloader:nativeloader:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.crea-doo.util.nativeloader : nativeloader sbt scala dependency to your build.sbt file:

libraryDependencies += "at.crea-doo.util.nativeloader" % "nativeloader" % "1.0.1"