mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
Feat (hutool-extra): 汉字转拼音增加使用 pinyin.jar 进行转换的实现
# 修改 1. 发现一个新的进行拼音转换的第三方工具 jar ,增加对这个工具的使用
This commit is contained in:
@@ -323,6 +323,11 @@
|
||||
<version>1.0.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.houbb</groupId>
|
||||
<artifactId>pinyin</artifactId>
|
||||
<version>0.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cglib</groupId>
|
||||
<artifactId>cglib</artifactId>
|
||||
|
Reference in New Issue
Block a user