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 grpc-segmentation-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.vision4j.segmentation.grpc
├─ com.vision4j.segmentation.grpc.Image.class - [JAR]
├─ com.vision4j.segmentation.grpc.ImageOrBuilder.class - [JAR]
├─ com.vision4j.segmentation.grpc.SegmentationArray.class - [JAR]
├─ com.vision4j.segmentation.grpc.SegmentationArrayOrBuilder.class - [JAR]
├─ com.vision4j.segmentation.grpc.SegmentationGrpc.class - [JAR]
├─ com.vision4j.segmentation.grpc.SegmentationProto.class - [JAR]
com.vision4j.segmentation
├─ com.vision4j.segmentation.CocoSegmentation.class - [JAR]
├─ com.vision4j.segmentation.GrpcSegmentation.class - [JAR]
├─ com.vision4j.segmentation.PascalVOC2012GrpcSegmentation.class - [JAR]