MVN

com.github.tomxiong : spell-check-maven-plugin

Maven & Gradle

Apr 05, 2021
3 stars

Spell check Maven Plugin · spell checker with specific files contains text which show in UI or message from properties and xml file

<plugin>
    <groupId>com.github.tomxiong</groupId>
    <artifactId>spell-check-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tomxiong : spell-check-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.tomxiong : spell-check-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
spell-check-maven-plugin-1.0.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.github.tomxiong</groupId>
    <artifactId>spell-check-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement