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 petrovich-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.aleksandy.petrovich.rules.loader
├─ com.github.aleksandy.petrovich.rules.loader.RulesLoader.class - [JAR]
├─ com.github.aleksandy.petrovich.rules.loader.YamlRulesLoader.class - [JAR]
com.github.aleksandy.petrovich.inflection
├─ com.github.aleksandy.petrovich.inflection.CaseInflection.class - [JAR]
com.github.aleksandy.petrovich
├─ com.github.aleksandy.petrovich.Case.class - [JAR]
├─ com.github.aleksandy.petrovich.Gender.class - [JAR]
├─ com.github.aleksandy.petrovich.Petrovich.class - [JAR]
├─ com.github.aleksandy.petrovich.Utils.class - [JAR]
com.github.aleksandy.petrovich.exception
├─ com.github.aleksandy.petrovich.exception.CantApplyRuleException.class - [JAR]
├─ com.github.aleksandy.petrovich.exception.PetrovichException.class - [JAR]
├─ com.github.aleksandy.petrovich.exception.UnknownCaseException.class - [JAR]
├─ com.github.aleksandy.petrovich.exception.UnknownRuleException.class - [JAR]
com.github.aleksandy.petrovich.rules.data
├─ com.github.aleksandy.petrovich.rules.data.Rule.class - [JAR]
├─ com.github.aleksandy.petrovich.rules.data.RuleSet.class - [JAR]
├─ com.github.aleksandy.petrovich.rules.data.Rules.class - [JAR]
com.github.aleksandy.petrovich.rules
├─ com.github.aleksandy.petrovich.rules.RulesProvider.class - [JAR]