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 estimation-cli-1.4.0-alpha05.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.neo4j.gds.estimation.cli
├─ org.neo4j.gds.estimation.cli.EstimationCli.class - [JAR]
├─ org.neo4j.gds.estimation.cli.ImmutableEstimatedProcedure.class - [JAR]
├─ org.neo4j.gds.estimation.cli.ImmutableJsonOutput.class - [JAR]
├─ org.neo4j.gds.estimation.cli.ImmutableProcedureMethod.class - [JAR]
├─ org.neo4j.gds.estimation.cli.IntParser.class - [JAR]
├─ org.neo4j.gds.estimation.cli.LongParser.class - [JAR]
├─ org.neo4j.gds.estimation.cli.NumberParser.class - [JAR]
├─ org.neo4j.gds.estimation.cli.NumericParser.class - [JAR]
├─ org.neo4j.gds.estimation.cli.ProcedureNameNormalizer.class - [JAR]