JNI Accessor Generator

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

The MIT License (MIT)
GroupId

GroupId

tel.schich
ArtifactId

ArtifactId

jni-access-generator
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

JNI Accessor Generator
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

https://github.com/pschichtel/jni-access-generator
Source Code Management

Source Code Management

https://github.com/pschichtel/jni-access-generator

Download jni-access-generator

How to add to project

<!-- https://jarcasting.com/artifacts/tel.schich/jni-access-generator/ -->
<dependency>
    <groupId>tel.schich</groupId>
    <artifactId>jni-access-generator</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/tel.schich/jni-access-generator/
implementation 'tel.schich:jni-access-generator:1.1.1'
// https://jarcasting.com/artifacts/tel.schich/jni-access-generator/
implementation ("tel.schich:jni-access-generator:1.1.1")
'tel.schich:jni-access-generator:jar:1.1.1'
<dependency org="tel.schich" name="jni-access-generator" rev="1.1.1">
  <artifact name="jni-access-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='tel.schich', module='jni-access-generator', version='1.1.1')
)
libraryDependencies += "tel.schich" % "jni-access-generator" % "1.1.1"
[tel.schich/jni-access-generator "1.1.1"]

Dependencies

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

Project Modules

There are no modules declared in this project.

jni-access-generator

Small code generator to simplify Java access from C.

Usage is simple: Add @JNIAccess to a constructor, method or field and use the generated functions to access them from JNI.

Versions

Version
1.1.1
1.1.0
1.0.2
1.0.1