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 jqassistant-github-plugin-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jqassistant.plugin.github.model
├─ org.jqassistant.plugin.github.model.GitHub.class - [JAR]
├─ org.jqassistant.plugin.github.model.GitHubBranch.class - [JAR]
├─ org.jqassistant.plugin.github.model.GitHubCommit.class - [JAR]
├─ org.jqassistant.plugin.github.model.GitHubIssue.class - [JAR]
├─ org.jqassistant.plugin.github.model.GitHubLabel.class - [JAR]
├─ org.jqassistant.plugin.github.model.GitHubMilestone.class - [JAR]
├─ org.jqassistant.plugin.github.model.GitHubPullRequest.class - [JAR]
├─ org.jqassistant.plugin.github.model.GitHubRelease.class - [JAR]
├─ org.jqassistant.plugin.github.model.GitHubRepository.class - [JAR]
├─ org.jqassistant.plugin.github.model.GitHubTag.class - [JAR]
├─ org.jqassistant.plugin.github.model.GitHubUser.class - [JAR]
org.jqassistant.plugin.github.scanner
├─ org.jqassistant.plugin.github.scanner.GHRepositoryScannerPlugin.class - [JAR]
├─ org.jqassistant.plugin.github.scanner.GitHubIssueScannerPlugin.class - [JAR]
├─ org.jqassistant.plugin.github.scanner.GitHubScope.class - [JAR]
├─ org.jqassistant.plugin.github.scanner.GraphBuilder.class - [JAR]
org.jqassistant.plugin.github.cache
├─ org.jqassistant.plugin.github.cache.CacheEndpoint.class - [JAR]
├─ org.jqassistant.plugin.github.cache.DescriptorCache.class - [JAR]