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 maven-translate-plugin-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jasig.i18n.translate
├─ org.jasig.i18n.translate.AutoTranslateMojo.class - [JAR]
├─ org.jasig.i18n.translate.BingAutoTranslationService.class - [JAR]
├─ org.jasig.i18n.translate.GoogleAutoTranslationService.class - [JAR]
├─ org.jasig.i18n.translate.GoogleTranslationResponse.class - [JAR]
├─ org.jasig.i18n.translate.LanguageFile.class - [JAR]
├─ org.jasig.i18n.translate.MessageFileService.class - [JAR]
├─ org.jasig.i18n.translate.MissingKeysException.class - [JAR]
├─ org.jasig.i18n.translate.ReportMissingKeysMojo.class - [JAR]
├─ org.jasig.i18n.translate.UnicodeFormatter.class - [JAR]