License |
License |
---|---|
GroupId | GroupIdio.github.biezhi |
ArtifactId | ArtifactIdTinyPinyin |
Last Version | Last Version2.0.3.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-dqueue
适用于Java的快速、低内存占用的汉字转拼音库。
|
Project URL |
Project URL |
Filename | Size |
---|---|
TinyPinyin-2.0.3.RELEASE.pom | |
TinyPinyin-2.0.3.RELEASE.jar | 118 KB |
TinyPinyin-2.0.3.RELEASE-sources.jar | 66 KB |
TinyPinyin-2.0.3.RELEASE-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.biezhi/TinyPinyin/ -->
<dependency>
<groupId>io.github.biezhi</groupId>
<artifactId>TinyPinyin</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.biezhi/TinyPinyin/
implementation 'io.github.biezhi:TinyPinyin:2.0.3.RELEASE'
// https://jarcasting.com/artifacts/io.github.biezhi/TinyPinyin/
implementation ("io.github.biezhi:TinyPinyin:2.0.3.RELEASE")
'io.github.biezhi:TinyPinyin:jar:2.0.3.RELEASE'
<dependency org="io.github.biezhi" name="TinyPinyin" rev="2.0.3.RELEASE">
<artifact name="TinyPinyin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.biezhi', module='TinyPinyin', version='2.0.3.RELEASE')
)
libraryDependencies += "io.github.biezhi" % "TinyPinyin" % "2.0.3.RELEASE"
[io.github.biezhi/TinyPinyin "2.0.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.ahocorasick : ahocorasick | jar | 0.4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.belerweb : pinyin4j | jar | 2.5.1 |