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 boxes-widget-open-2.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.nebula.boxes.client.feign
├─ com.nebula.boxes.client.feign.WidgetInternalFeignClient.class - [JAR]
com.nebula.boxes.client.api.external
├─ com.nebula.boxes.client.api.external.WidgetMaterialApi.class - [JAR]
com.nebula.boxes.client.api.internal
├─ com.nebula.boxes.client.api.internal.WidgetInternalApi.class - [JAR]
com.nebula.boxes.client.model.entry
├─ com.nebula.boxes.client.model.entry.WidgetBrickEntry.class - [JAR]
├─ com.nebula.boxes.client.model.entry.WidgetInfoEntry.class - [JAR]
com.nebula.boxes.client.model.view
├─ com.nebula.boxes.client.model.view.BrickItemView.class - [JAR]
├─ com.nebula.boxes.client.model.view.WidgetBrickView.class - [JAR]
├─ com.nebula.boxes.client.model.view.WidgetInfoView.class - [JAR]
com.nebula.boxes.client.model.query
├─ com.nebula.boxes.client.model.query.BrickItemQuery.class - [JAR]
├─ com.nebula.boxes.client.model.query.WidgetBrickQuery.class - [JAR]
├─ com.nebula.boxes.client.model.query.WidgetInfoQuery.class - [JAR]