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 scio-extra_2.10-0.2.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.spotify.scio.extra
├─ com.spotify.scio.extra.Breeze.class - [JAR]
├─ com.spotify.scio.extra.Collections.class - [JAR]
├─ com.spotify.scio.extra.Iterators.class - [JAR]
com.spotify.scio.extra.nn
├─ com.spotify.scio.extra.nn.LSHNN.class - [JAR]
├─ com.spotify.scio.extra.nn.LSHNNBuilder.class - [JAR]
├─ com.spotify.scio.extra.nn.MatrixNN.class - [JAR]
├─ com.spotify.scio.extra.nn.MatrixNNBuilder.class - [JAR]
├─ com.spotify.scio.extra.nn.NearestNeighbor.class - [JAR]
├─ com.spotify.scio.extra.nn.NearestNeighborBuilder.class - [JAR]