Java library to inflect Russian first, last, and middle names. It is Java implementation of Petrovich ruby gem.
##Maven dependency
To use this extension on Maven-based projects, use following dependency:
<dependency>
<groupId>com.github.aleksandy</groupId>
<artifactId>petrovich</artifactId>
<version>${petrovich.version}</version>
</dependency>