Download jpinyin-1.1.8.jar file - Jar j

Jar examples for j:jpinyin

Description

a opensource java library for converting chinese to pinyin

You can download jar file jpinyin 1.1.8 in this page.

License

The GNU General Public License v3.0

Build File

You can use the following script to add jpinyin-1.1.8.jar to your project.

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

Download

Click the following link to download the jar file.

jpinyin-1.1.8-javadoc.jar
jpinyin-1.1.8-sources.jar
jpinyin-1.1.8.jar
jpinyin-1.1.8.pom



Related Tutorials