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 deep-link-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.smooth.deep_link.target
├─ io.smooth.deep_link.target.DeepLinkTarget.class - [JAR]
io.smooth.deep_link.provider
├─ io.smooth.deep_link.provider.DeepLinkProvider.class - [JAR]
io.smooth.deep_link
├─ io.smooth.deep_link.DeepLinkResult.class - [JAR]
├─ io.smooth.deep_link.DeepLinkService.class - [JAR]
io.smooth.deep_link.provider.auto
├─ io.smooth.deep_link.provider.auto.AutoDeepLinkProvider.class - [JAR]
├─ io.smooth.deep_link.provider.auto.ProviderTargetsHelper.class - [JAR]