Download petrovich4j-1.1.0.jar file - Jar p

Jar examples for p:petrovich4j

Description

Petrovich4j is a Java library which inflects Russian names to given grammatical case. It supports first names, last names and patronymic names inflections.

You can download jar file petrovich4j 1.1.0 in this page.

License

MIT License

Build File

You can use the following script to add petrovich4j-1.1.0.jar to your project.

<dependency>
   <groupId>com.github.petrovich4j</groupId>
   <artifactId>petrovich4j</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.github.petrovich4j', name: 'petrovich4j', version: '1.1.0'
libraryDependencies += "com.github.petrovich4j" % "petrovich4j" % "1.1.0"
<dependency org="com.github.petrovich4j" name="petrovich4j" rev="1.1.0"/>
@Grapes(@Grab(group='com.github.petrovich4j', module='petrovich4j', version='1.1.0'))
'com.github.petrovich4j:petrovich4j:jar:1.1.0'

Download

Click the following link to download the jar file.

petrovich4j-1.1.0-javadoc.jar
petrovich4j-1.1.0-sources.jar
petrovich4j-1.1.0.jar
petrovich4j-1.1.0.pom



Related Tutorials