License |
License |
---|---|
GroupId | GroupIdcom.github.taptap |
ArtifactId | ArtifactIdpinyin-plus |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionpinyin-plus
汉字转拼音
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pinyin-plus-1.0.pom | |
pinyin-plus-1.0.jar | 3 MB |
pinyin-plus-1.0-sources.jar | 3 MB |
pinyin-plus-1.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.taptap/pinyin-plus/ -->
<dependency>
<groupId>com.github.taptap</groupId>
<artifactId>pinyin-plus</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taptap/pinyin-plus/
implementation 'com.github.taptap:pinyin-plus:1.0'
// https://jarcasting.com/artifacts/com.github.taptap/pinyin-plus/
implementation ("com.github.taptap:pinyin-plus:1.0")
'com.github.taptap:pinyin-plus:jar:1.0'
<dependency org="com.github.taptap" name="pinyin-plus" rev="1.0">
<artifact name="pinyin-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taptap', module='pinyin-plus', version='1.0')
)
libraryDependencies += "com.github.taptap" % "pinyin-plus" % "1.0"
[com.github.taptap/pinyin-plus "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.houbb : segment | jar | 0.1.8 |
com.github.houbb : segment-data-phrase-api | jar | 0.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
io.undertow : undertow-core | jar | 2.1.0.Final |