jar

dev.aungkyawpaing.mmphonenumber : mmphonenumber

Maven & Gradle

Sep 16, 2021
24 stars

mmphonenumber · Kotlin port of myanmar-phonenumber to check valid myanmar mobile numbers, get mobile operator's name, sanitize mobile numbers and get mobile network types.

Table Of Contents

Latest Version

Download dev.aungkyawpaing.mmphonenumber : mmphonenumber JAR file - Latest Versions:

All Versions

Download dev.aungkyawpaing.mmphonenumber : mmphonenumber JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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 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]

Advertisement