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 java-bard-api-1.3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.api.bard.model
├─ com.api.bard.model.Answer.class - [JAR]
├─ com.api.bard.model.Question.class - [JAR]
com.api.bard.translator
├─ com.api.bard.translator.GoogleTranslatorAdaptor.class - [JAR]
├─ com.api.bard.translator.IBardTranslator.class - [JAR]
com.api.bard.exception
├─ com.api.bard.exception.BardApiException.class - [JAR]
├─ com.api.bard.exception.BardTranslateException.class - [JAR]
com.api.bard
├─ com.api.bard.BardClient.class - [JAR]
├─ com.api.bard.IBardClient.class - [JAR]