jar

com.github.aleksandy : petrovich

Maven & Gradle

Oct 02, 2015
4 stars

petrovich-java · Java implementation of Petrovich ruby gem. It is library which inflects Russian names to given grammatical case. It supports first names, last names and middle names inflections.

Table Of Contents

Latest Version

Download com.github.aleksandy : petrovich JAR file - Latest Versions:

All Versions

Download com.github.aleksandy : petrovich JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.2
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]