Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 457 Bytes

pertrovich-java

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>