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 mtn-phone-number-validator-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
mtn.helpers
├─ mtn.helpers.CountryCodes.class - [JAR]
├─ mtn.helpers.SupportedCountries.class - [JAR]
├─ mtn.helpers.Validation.class - [JAR]
mtn.validators.uganda.allocations.networks
├─ mtn.validators.uganda.allocations.networks.MobileNetworks.class - [JAR]
├─ mtn.validators.uganda.allocations.networks.NetworksPrefixes.class - [JAR]
mtn.validators.uganda.allocations.specialtariffs
├─ mtn.validators.uganda.allocations.specialtariffs.FreePhoneNumbers.class - [JAR]
├─ mtn.validators.uganda.allocations.specialtariffs.LocalRatesNumbers.class - [JAR]
├─ mtn.validators.uganda.allocations.specialtariffs.PremiumRatesNumbers.class - [JAR]
├─ mtn.validators.uganda.allocations.specialtariffs.SingleChargeNumbers.class - [JAR]
mtn.validators.rwanda.allocations
├─ mtn.validators.rwanda.allocations.RwandaCodeAllocations.class - [JAR]
mtn.validators.rwanda.validations
├─ mtn.validators.rwanda.validations.ValidateRwandaPhoneNumber.class - [JAR]
mtn.validators.uganda.validations
├─ mtn.validators.uganda.validations.ValidateAllocations.class - [JAR]
├─ mtn.validators.uganda.validations.ValidateAllocationsImpl.class - [JAR]
├─ mtn.validators.uganda.validations.ValidateUgandaPhoneNumber.class - [JAR]