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 weblate-plugin-1.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ru.yoomoney.gradle.plugin.weblate
├─ ru.yoomoney.gradle.plugin.weblate.RetryUtilsKt.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.WeblatePlugin.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.XmlSupportKt.class - [JAR]
ru.yoomoney.gradle.plugin.weblate.model.xliff
├─ ru.yoomoney.gradle.plugin.weblate.model.xliff.Body.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.model.xliff.File.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.model.xliff.Note.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.model.xliff.Source.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.model.xliff.Target.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.model.xliff.Translation.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.model.xliff.Xliff.class - [JAR]
ru.yoomoney.gradle.plugin.weblate.settings
├─ ru.yoomoney.gradle.plugin.weblate.settings.ConnectionSettings.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.settings.PluginSettings.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.settings.TranslationsSettings.class - [JAR]
ru.yoomoney.gradle.plugin.weblate.task
├─ ru.yoomoney.gradle.plugin.weblate.task.DownloadTranslationsTask.class - [JAR]
ru.yoomoney.gradle.plugin.weblate.model.yoomoney
├─ ru.yoomoney.gradle.plugin.weblate.model.yoomoney.Key.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.model.yoomoney.KeySet.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.model.yoomoney.Project.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.model.yoomoney.Value.class - [JAR]
├─ ru.yoomoney.gradle.plugin.weblate.model.yoomoney.YooMoneyDocument.class - [JAR]