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 kosm-core-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.adefarge.kosm.core
├─ io.adefarge.kosm.core.ExtensionsKt.class - [JAR]
├─ io.adefarge.kosm.core.MutableRelation.class - [JAR]
├─ io.adefarge.kosm.core.Node.class - [JAR]
├─ io.adefarge.kosm.core.OsmElement.class - [JAR]
├─ io.adefarge.kosm.core.OsmGraph.class - [JAR]
├─ io.adefarge.kosm.core.OsmRef.class - [JAR]
├─ io.adefarge.kosm.core.Relation.class - [JAR]
├─ io.adefarge.kosm.core.Way.class - [JAR]
├─ io.adefarge.kosm.core.WayOrRelation.class - [JAR]
├─ io.adefarge.kosm.core.WithOsmTags.class - [JAR]