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 nd4j-common-tests-1.0.0-M2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nd4j.linalg
├─ org.nd4j.linalg.BaseNd4jTestWithBackends.class - [JAR]
├─ org.nd4j.linalg.Nd4jTestSuite.class - [JAR]
org.nd4j.common.tests.tags
├─ org.nd4j.common.tests.tags.ExpensiveTest.class - [JAR]
├─ org.nd4j.common.tests.tags.NativeTag.class - [JAR]
├─ org.nd4j.common.tests.tags.TagNames.class - [JAR]
├─ org.nd4j.common.tests.tags.TrainingTag.class - [JAR]
org.nd4j.common.tests
├─ org.nd4j.common.tests.BaseND4JTest.class - [JAR]