License |
License |
---|---|
GroupId | GroupIdio.github.zhangethan |
ArtifactId | ArtifactIdpinyin4j |
Version | Version2.6.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.6.1.pom | |
pinyin4j-2.6.1.jar | 319 KB |
pinyin4j-2.6.1-sources.jar | 340 KB |
pinyin4j-2.6.1-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.zhangethan/pinyin4j/ -->
<dependency>
<groupId>io.github.zhangethan</groupId>
<artifactId>pinyin4j</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zhangethan/pinyin4j/
implementation 'io.github.zhangethan:pinyin4j:2.6.1'
// https://jarcasting.com/artifacts/io.github.zhangethan/pinyin4j/
implementation ("io.github.zhangethan:pinyin4j:2.6.1")
'io.github.zhangethan:pinyin4j:jar:2.6.1'
<dependency org="io.github.zhangethan" name="pinyin4j" rev="2.6.1">
<artifact name="pinyin4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zhangethan', module='pinyin4j', version='2.6.1')
)
libraryDependencies += "io.github.zhangethan" % "pinyin4j" % "2.6.1"
[io.github.zhangethan/pinyin4j "2.6.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |