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 web3j-spring-boot-starter-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.web3service.web3j.core
├─ io.web3service.web3j.core.Web3jNetworkService.class - [JAR]
├─ io.web3service.web3j.core.Web3jServiceFactory.class - [JAR]
├─ io.web3service.web3j.core.Web3jServiceTemplate.class - [JAR]
io.web3service.web3j.contract
├─ io.web3service.web3j.contract.BaseErc20Contract.class - [JAR]
├─ io.web3service.web3j.contract.ContractClient.class - [JAR]
io.web3service.web3j.autoconfigure
├─ io.web3service.web3j.autoconfigure.Web3jAutoConfiguration.class - [JAR]
├─ io.web3service.web3j.autoconfigure.Web3jProperties.class - [JAR]