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 tsc4j-cli-0.5.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.tsc4j.cli
├─ com.github.tsc4j.cli.AbstractCommand.class - [JAR]
├─ com.github.tsc4j.cli.CliCommand.class - [JAR]
├─ com.github.tsc4j.cli.CommonOptions.class - [JAR]
├─ com.github.tsc4j.cli.ConfigQueryCommand.class - [JAR]
├─ com.github.tsc4j.cli.GetCommand.class - [JAR]
├─ com.github.tsc4j.cli.LogbackConfigurer.class - [JAR]
├─ com.github.tsc4j.cli.LoggerConfigurer.class - [JAR]
├─ com.github.tsc4j.cli.SourcesCommand.class - [JAR]
├─ com.github.tsc4j.cli.TestCommand.class - [JAR]
├─ com.github.tsc4j.cli.TransformersCommand.class - [JAR]
├─ com.github.tsc4j.cli.Tsc4jCli.class - [JAR]
├─ com.github.tsc4j.cli.ValueProvidersCommand.class - [JAR]
├─ com.github.tsc4j.cli.VersionProvider.class - [JAR]
├─ com.github.tsc4j.cli.WatchCommand.class - [JAR]