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 spec-partitioner-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.archguard.spec.partition
├─ org.archguard.spec.partition.ApiPartitioner.class - [JAR]
├─ org.archguard.spec.partition.ApiPartitionerKt.class - [JAR]
├─ org.archguard.spec.partition.ApiRuleType.class - [JAR]
├─ org.archguard.spec.partition.Partitioner.class - [JAR]
org.archguard.spec.markdown
├─ org.archguard.spec.markdown.CodeFilter.class - [JAR]
├─ org.archguard.spec.markdown.ContentBlocking.class - [JAR]
├─ org.archguard.spec.markdown.CustomNodeRenderer.class - [JAR]
├─ org.archguard.spec.markdown.CustomRenderFactory.class - [JAR]
├─ org.archguard.spec.markdown.MarkdownParser.class - [JAR]
├─ org.archguard.spec.markdown.MarkdownParserKt.class - [JAR]
├─ org.archguard.spec.markdown.TableToMapVisitor.class - [JAR]