is not current version
Last Version 0.3.1

com.github.houbb:pinyin 0.1.2

The pinyin tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

pinyin
Version

Version

0.1.2
Type

Type

jar

Download pinyin 0.1.2


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