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 resolution-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.unstoppabledomains.resolution
├─ com.unstoppabledomains.resolution.CNS.class - [JAR]
├─ com.unstoppabledomains.resolution.NameHash.class - [JAR]
├─ com.unstoppabledomains.resolution.NamingService.class - [JAR]
├─ com.unstoppabledomains.resolution.Resolution.class - [JAR]
├─ com.unstoppabledomains.resolution.ZNS.class - [JAR]
com.unstoppabledomains.resolution.contracts.cns
├─ com.unstoppabledomains.resolution.contracts.cns.ProxyReader.class - [JAR]
com.unstoppabledomains.client
├─ com.unstoppabledomains.client.Client.class - [JAR]
com.unstoppabledomains.util
├─ com.unstoppabledomains.util.Utilities.class - [JAR]
com.unstoppabledomains.resolution.contracts
├─ com.unstoppabledomains.resolution.contracts.Contract.class - [JAR]
├─ com.unstoppabledomains.resolution.contracts.HTTPUtil.class - [JAR]
com.unstoppabledomains.resolution.artifacts
├─ com.unstoppabledomains.resolution.artifacts.Hash.class - [JAR]
├─ com.unstoppabledomains.resolution.artifacts.Numeric.class - [JAR]
├─ com.unstoppabledomains.resolution.artifacts.Strings.class - [JAR]
com.unstoppabledomains.exceptions
├─ com.unstoppabledomains.exceptions.ContractCallException.class - [JAR]
├─ com.unstoppabledomains.exceptions.NSExceptionCode.class - [JAR]
├─ com.unstoppabledomains.exceptions.NSExceptionParams.class - [JAR]
├─ com.unstoppabledomains.exceptions.NamingServiceException.class - [JAR]