View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window embedded-text-utils_2.11-3.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.twosixlabs.dart.text.normalization
├─ com.twosixlabs.dart.text.normalization.Dashes.class - [JAR]
├─ com.twosixlabs.dart.text.normalization.InvisibleFormattingChars.class - [JAR]
├─ com.twosixlabs.dart.text.normalization.NormalizerOptions.class - [JAR]
├─ com.twosixlabs.dart.text.normalization.SmartQuotes.class - [JAR]
├─ com.twosixlabs.dart.text.normalization.TextNormalizer.class - [JAR]
├─ com.twosixlabs.dart.text.normalization.WeirdCommaSpaces.class - [JAR]
com.twosixlabs.dart.text.cleanup
├─ com.twosixlabs.dart.text.cleanup.LigatureRepair.class - [JAR]
├─ com.twosixlabs.dart.text.cleanup.RuleBasedLigatureRepair.class - [JAR]
├─ com.twosixlabs.dart.text.cleanup.TextCleaner.class - [JAR]