MVN

org.fusesource.hawtjni : hawtjni-maven-plugin

Maven & Gradle

Oct 21, 2020
143 stars

HawtJNI Maven Plugin · Use HawtJNI from a maven plugin

<plugin>
    <groupId>org.fusesource.hawtjni</groupId>
    <artifactId>hawtjni-maven-plugin</artifactId>
    <version>1.18</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fusesource.hawtjni : hawtjni-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.18

All Versions

Choose a version of org.fusesource.hawtjni : hawtjni-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.18
hawtjni-maven-plugin-1.18
1.17
hawtjni-maven-plugin-1.17
1.16
hawtjni-maven-plugin-1.16

How to add a plugin to Maven

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

<plugin>
    <groupId>org.fusesource.hawtjni</groupId>
    <artifactId>hawtjni-maven-plugin</artifactId>
    <version>1.18</version>
</plugin>

Advertisement