jar

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

Table Of Contents

Latest Version

Download com.github.tomxiong : spell-check-maven-plugin JAR file - Latest Versions:

All Versions

Download com.github.tomxiong : spell-check-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spell-check-maven-plugin-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.tomxiong.spellchecker

├─ com.github.tomxiong.spellchecker.AbstractSpellMojo.class - [JAR]

├─ com.github.tomxiong.spellchecker.SpellCheckMojo.class - [JAR]

├─ com.github.tomxiong.spellchecker.SpellListMojo.class - [JAR]

com.github.tomxiong.spellchecker.checker

├─ com.github.tomxiong.spellchecker.checker.AbstractSpellChecker.class - [JAR]

├─ com.github.tomxiong.spellchecker.checker.CheckResult.class - [JAR]

├─ com.github.tomxiong.spellchecker.checker.JavaSpellChecker.class - [JAR]

├─ com.github.tomxiong.spellchecker.checker.PropertiesSpellChecker.class - [JAR]

├─ com.github.tomxiong.spellchecker.checker.SpellChecker.class - [JAR]

├─ com.github.tomxiong.spellchecker.checker.XmlSpellChecker.class - [JAR]

com.github.tomxiong.spellchecker.dictionary

├─ com.github.tomxiong.spellchecker.dictionary.DamerauLevenshteinDistance.class - [JAR]

├─ com.github.tomxiong.spellchecker.dictionary.Dictionary.class - [JAR]

├─ com.github.tomxiong.spellchecker.dictionary.SpellSuggester.class - [JAR]

Advertisement