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.

License

License

Categories

Categories

Native Development Tools
GroupId

GroupId

at.crea-doo.util.nativeloader
ArtifactId

ArtifactId

nativeloader
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download nativeloader

How to add to project

<!-- https://jarcasting.com/artifacts/at.crea-doo.util.nativeloader/nativeloader/ -->
<dependency>
    <groupId>at.crea-doo.util.nativeloader</groupId>
    <artifactId>nativeloader</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/at.crea-doo.util.nativeloader/nativeloader/
implementation 'at.crea-doo.util.nativeloader:nativeloader:1.0.1'
// https://jarcasting.com/artifacts/at.crea-doo.util.nativeloader/nativeloader/
implementation ("at.crea-doo.util.nativeloader:nativeloader:1.0.1")
'at.crea-doo.util.nativeloader:nativeloader:jar:1.0.1'
<dependency org="at.crea-doo.util.nativeloader" name="nativeloader" rev="1.0.1">
  <artifact name="nativeloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.crea-doo.util.nativeloader', module='nativeloader', version='1.0.1')
)
libraryDependencies += "at.crea-doo.util.nativeloader" % "nativeloader" % "1.0.1"
[at.crea-doo.util.nativeloader/nativeloader "1.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-io : commons-io jar 2.4
org.apache.commons : commons-lang3 jar 3.4

provided (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0