MVN

com.alexkasko.maven : jni-headers-maven-plugin

Maven & Gradle

Jun 12, 2013
8 stars

Maven plugin for generating JNI headers · Maven plugin for generating C/C++ header files for native functions called from Java (using javah) and for java methods called from native code (using javap).

<plugin>
    <groupId>com.alexkasko.maven</groupId>
    <artifactId>jni-headers-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alexkasko.maven : jni-headers-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.alexkasko.maven : jni-headers-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jni-headers-maven-plugin-1.0.6
jni-headers-maven-plugin-1.0.5
jni-headers-maven-plugin-1.0.4
jni-headers-maven-plugin-1.0.3
jni-headers-maven-plugin-1.0.2
jni-headers-maven-plugin-1.0.1
1.0
jni-headers-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.alexkasko.maven</groupId>
    <artifactId>jni-headers-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>