jar

ch.sbs.preptools : wordhierarchy

Maven & Gradle

Mar 30, 2023
1 stars

wordhierarchy · A word hierarchy builder. Builds a tree out of a set of words which can then be navigated by a WordProcessor to generate Regexps that match any of the words in the given set

Table Of Contents

Latest Version

Download ch.sbs.preptools : wordhierarchy JAR file - Latest Versions:

All Versions

Download ch.sbs.preptools : wordhierarchy JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5

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 wordhierarchy-1.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.xmlizer.wordhierarchy

├─ net.xmlizer.wordhierarchy.RegexWordProcessor.class - [JAR]

├─ net.xmlizer.wordhierarchy.StringifyWordProcessor.class - [JAR]

├─ net.xmlizer.wordhierarchy.TestWordProcessor.class - [JAR]

├─ net.xmlizer.wordhierarchy.Word.class - [JAR]

├─ net.xmlizer.wordhierarchy.WordHierarchyBuilder.class - [JAR]

├─ net.xmlizer.wordhierarchy.WordProcessor.class - [JAR]