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 postcodes-io-client-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lindar.postcodes.io.client.util
├─ com.lindar.postcodes.io.client.util.PostcodesAPI.class - [JAR]
com.lindar.postcodes.io.client.vo
├─ com.lindar.postcodes.io.client.vo.Geolocation.class - [JAR]
├─ com.lindar.postcodes.io.client.vo.Geolocations.class - [JAR]
├─ com.lindar.postcodes.io.client.vo.MultiResponse.class - [JAR]
├─ com.lindar.postcodes.io.client.vo.PostcodeCodes.class - [JAR]
├─ com.lindar.postcodes.io.client.vo.PostcodeVO.class - [JAR]
├─ com.lindar.postcodes.io.client.vo.Response.class - [JAR]
com.lindar.postcodes.io.client
├─ com.lindar.postcodes.io.client.PostcodesClient.class - [JAR]