is not current version
Last Version 0.0.6

com.github.houbb:pinyin2hanzi 0.0.4

Pinyin to hanzi for java(java 拼音转汉字工具包).

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

pinyin2hanzi
Version

Version

0.0.4
Type

Type

jar

Download pinyin2hanzi 0.0.4


<!-- https://jarcasting.com/artifacts/com.github.houbb/pinyin2hanzi/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>pinyin2hanzi</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/pinyin2hanzi/
implementation 'com.github.houbb:pinyin2hanzi:0.0.4'
// https://jarcasting.com/artifacts/com.github.houbb/pinyin2hanzi/
implementation ("com.github.houbb:pinyin2hanzi:0.0.4")
'com.github.houbb:pinyin2hanzi:jar:0.0.4'
<dependency org="com.github.houbb" name="pinyin2hanzi" rev="0.0.4">
  <artifact name="pinyin2hanzi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='pinyin2hanzi', version='0.0.4')
)
libraryDependencies += "com.github.houbb" % "pinyin2hanzi" % "0.0.4"
[com.github.houbb/pinyin2hanzi "0.0.4"]