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 koops-core-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.codingue.koops.core
├─ com.codingue.koops.core.CliMarker.class - [JAR]
├─ com.codingue.koops.core.Command.class - [JAR]
├─ com.codingue.koops.core.CommandException.class - [JAR]
├─ com.codingue.koops.core.CoreFunctionsKt.class - [JAR]
├─ com.codingue.koops.core.Deferred.class - [JAR]
├─ com.codingue.koops.core.Environment.class - [JAR]
├─ com.codingue.koops.core.JsonColor.class - [JAR]
├─ com.codingue.koops.core.JsonItem.class - [JAR]
├─ com.codingue.koops.core.JsonPrettyPrinter.class - [JAR]
├─ com.codingue.koops.core.PrintConfig.class - [JAR]
├─ com.codingue.koops.core.PrintKt.class - [JAR]
├─ com.codingue.koops.core.Script.class - [JAR]
├─ com.codingue.koops.core.ScriptKt.class - [JAR]
├─ com.codingue.koops.core.SystemContinuation.class - [JAR]
├─ com.codingue.koops.core.SystemKt.class - [JAR]
├─ com.codingue.koops.core.Verifiable.class - [JAR]
├─ com.codingue.koops.core.VerificationException.class - [JAR]