License |
License |
---|---|
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdpinyin |
Last Version | Last Version0.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpinyin
The pinyin tool for java.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pinyin-0.3.1.pom | |
pinyin-0.3.1.jar | 687 KB |
pinyin-0.3.1-sources.jar | 677 KB |
pinyin-0.3.1-javadoc.jar | 322 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/pinyin/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>pinyin</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/pinyin/
implementation 'com.github.houbb:pinyin:0.3.1'
// https://jarcasting.com/artifacts/com.github.houbb/pinyin/
implementation ("com.github.houbb:pinyin:0.3.1")
'com.github.houbb:pinyin:jar:0.3.1'
<dependency org="com.github.houbb" name="pinyin" rev="0.3.1">
<artifact name="pinyin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='pinyin', version='0.3.1')
)
libraryDependencies += "com.github.houbb" % "pinyin" % "0.3.1"
[com.github.houbb/pinyin "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.houbb : heaven | jar | 0.1.154 |
com.github.houbb : nlp-common | jar | 0.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.13.1 |
com.belerweb : pinyin4j Optional | jar | 2.5.1 |