JNHW

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
Last Version

Last Version

3.0.0
Release Date

Release Date

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

Filename Size
jnhw-3.0.0.pom 8 KB
Browse

How to add to project

<!-- 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

Versions

Version
3.0.0
1.0.0