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 mmphonenumber-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.aungkyawpaing.mmphonenumber
├─ com.aungkyawpaing.mmphonenumber.MyanmarPhoneNumberUtils.class - [JAR]
├─ com.aungkyawpaing.mmphonenumber.NetworkType.class - [JAR]
├─ com.aungkyawpaing.mmphonenumber.Operator.class - [JAR]
com.aungkyawpaing.mmphonenumber.extract
├─ com.aungkyawpaing.mmphonenumber.extract.MyanmarPhoneNumberExtractor.class - [JAR]
com.aungkyawpaing.mmphonenumber.rule
├─ com.aungkyawpaing.mmphonenumber.rule.EnglishNumberRule.class - [JAR]
├─ com.aungkyawpaing.mmphonenumber.rule.SanitizeRule.class - [JAR]
├─ com.aungkyawpaing.mmphonenumber.rule.ZeroNineRule.class - [JAR]
com.aungkyawpaing.mmphonenumber.normalizer
├─ com.aungkyawpaing.mmphonenumber.normalizer.MyanmarPhoneNumberNormalizer.class - [JAR]
├─ com.aungkyawpaing.mmphonenumber.normalizer.Rule.class - [JAR]