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 sqlg-postgres-dialect-3.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.umlg.sqlg.plugin
├─ org.umlg.sqlg.plugin.PostgresPlugin.class - [JAR]
org.umlg.sqlg.gis
├─ org.umlg.sqlg.gis.GeographyPoint.class - [JAR]
├─ org.umlg.sqlg.gis.GeographyPolygon.class - [JAR]
├─ org.umlg.sqlg.gis.Gis.class - [JAR]
org.umlg.sqlg.dialect.impl
├─ org.umlg.sqlg.dialect.impl.PostgresDialect.class - [JAR]