| License |
License |
|---|---|
| Categories |
CategoriesNative Development Tools |
| GroupId | GroupIdat.crea-doo.util.nativeloader |
| ArtifactId | ArtifactIdnativeloader |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnativeloader
"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.
|
| Filename | Size |
|---|---|
| nativeloader-1.0.1.pom | |
| nativeloader-1.0.1.jar | 14 KB |
| nativeloader-1.0.1-sources.jar | 7 KB |
| nativeloader-1.0.1-javadoc.jar | 64 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |