Last Version

JNHW 3.0.0

Java Native Header Wrapper a small and safe JNI wrapper for native code access like JNA,JNR but without the overhead.

License

License

GroupId

GroupId

de.ibapl.jnhw
ArtifactId

ArtifactId

jnhw
Version

Version

3.0.0
Type

Type

pom
Description

Description

JNHW
Java Native Header Wrapper a small and safe JNI wrapper for native code access like JNA,JNR but without the overhead.
Project URL

Project URL

https://github.com/aploese/jnhw/
Source Code Management

Source Code Management

https://github.com/aploese/jnhw

Download jnhw 3.0.0

Filename Size
jnhw-3.0.0.pom 14 KB
Browse

<!-- https://jarcasting.com/artifacts/de.ibapl.jnhw/jnhw/ -->
<dependency>
    <groupId>de.ibapl.jnhw</groupId>
    <artifactId>jnhw</artifactId>
    <version>3.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.ibapl.jnhw/jnhw/
implementation 'de.ibapl.jnhw:jnhw:3.0.0'
// https://jarcasting.com/artifacts/de.ibapl.jnhw/jnhw/
implementation ("de.ibapl.jnhw:jnhw:3.0.0")
'de.ibapl.jnhw:jnhw:pom:3.0.0'
<dependency org="de.ibapl.jnhw" name="jnhw" rev="3.0.0">
  <artifact name="jnhw" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.ibapl.jnhw', module='jnhw', version='3.0.0')
)
libraryDependencies += "de.ibapl.jnhw" % "jnhw" % "3.0.0"
[de.ibapl.jnhw/jnhw "3.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • de.ibapl.jnhw.libloader
  • de.ibapl.jnhw.common
  • de.ibapl.jnhw.posix
  • de.ibapl.jnhw.syscall.linux
  • de.ibapl.jnhw.winapi
  • it