License |
License |
---|---|
GroupId | GroupIdcom.belerweb |
ArtifactId | ArtifactIdpinyin4j |
Version | Version2.5.1 |
Type | Typejar |
Description |
DescriptionChinese to Pinyin
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pinyin4j-2.5.1.pom | |
pinyin4j-2.5.1.jar | 316 KB |
pinyin4j-2.5.1-sources.jar | 338 KB |
pinyin4j-2.5.1-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.belerweb/pinyin4j/ -->
<dependency>
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.belerweb/pinyin4j/
implementation 'com.belerweb:pinyin4j:2.5.1'
// https://jarcasting.com/artifacts/com.belerweb/pinyin4j/
implementation ("com.belerweb:pinyin4j:2.5.1")
'com.belerweb:pinyin4j:jar:2.5.1'
<dependency org="com.belerweb" name="pinyin4j" rev="2.5.1">
<artifact name="pinyin4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.belerweb', module='pinyin4j', version='2.5.1')
)
libraryDependencies += "com.belerweb" % "pinyin4j" % "2.5.1"
[com.belerweb/pinyin4j "2.5.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |