is not current version
Last Version 3.0.0

JNHW 1.0.0

Java Native Header Wrapper a small, save 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

1.0.0
Type

Type

pom
Description

Description

JNHW
Java Native Header Wrapper a small, save 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 1.0.0

Filename Size
jnhw-1.0.0.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/de.ibapl.jnhw/jnhw/ -->
<dependency>
    <groupId>de.ibapl.jnhw</groupId>
    <artifactId>jnhw</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.ibapl.jnhw/jnhw/
implementation 'de.ibapl.jnhw:jnhw:1.0.0'
// https://jarcasting.com/artifacts/de.ibapl.jnhw/jnhw/
implementation ("de.ibapl.jnhw:jnhw:1.0.0")
'de.ibapl.jnhw:jnhw:pom:1.0.0'
<dependency org="de.ibapl.jnhw" name="jnhw" rev="1.0.0">
  <artifact name="jnhw" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.ibapl.jnhw', module='jnhw', version='1.0.0')
)
libraryDependencies += "de.ibapl.jnhw" % "jnhw" % "1.0.0"
[de.ibapl.jnhw/jnhw "1.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.winapi
  • de.ibapl.jnhw.osgi-tests
  • de.ibapl.jnhw.osgi-integration-tests