Download pinyin4j-2.5.1.jar file - Jar p

Jar examples for p:pinyin4j

Description

Support Chinese character (both Simplified and Tranditional) to most popular Pinyin systems, including Hanyu Pinyin, Tongyong Pinyin, Wade-Giles, MPS2, Yale and Gwoyeu Romatzyh. Support multiple pronounciations and customized output.

You can download jar file pinyin4j 2.5.1 in this page.

License

BSD

Build File

You can use the following script to add pinyin4j-2.5.1.jar to your project.

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

Download

Click the following link to download the jar file.

pinyin4j-2.5.1-javadoc.jar
pinyin4j-2.5.1-sources.jar
pinyin4j-2.5.1.jar
pinyin4j-2.5.1.pom



Related Tutorials