GroupId | GroupIdcom.github.houbb |
---|---|
ArtifactId | ArtifactIdpinyin |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
pinyin-0.3.0.pom | |
pinyin-0.3.0.jar | 691 KB |
pinyin-0.3.0-sources.jar | 680 KB |
pinyin-0.3.0-javadoc.jar | 328 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/pinyin/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>pinyin</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/pinyin/
implementation 'com.github.houbb:pinyin:0.3.0'
// https://jarcasting.com/artifacts/com.github.houbb/pinyin/
implementation ("com.github.houbb:pinyin:0.3.0")
'com.github.houbb:pinyin:jar:0.3.0'
<dependency org="com.github.houbb" name="pinyin" rev="0.3.0">
<artifact name="pinyin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='pinyin', version='0.3.0')
)
libraryDependencies += "com.github.houbb" % "pinyin" % "0.3.0"
[com.github.houbb/pinyin "0.3.0"]