is not current version
Last Version 2.0.3.RELEASE

io.github.biezhi:TinyPinyin 2.0.2

适用于Java的快速、低内存占用的汉字转拼音库。

GroupId

GroupId

io.github.biezhi
ArtifactId

ArtifactId

TinyPinyin
Version

Version

2.0.2
Type

Type

pom

Download TinyPinyin 2.0.2

Filename Size
TinyPinyin-2.0.2.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.biezhi/TinyPinyin/ -->
<dependency>
    <groupId>io.github.biezhi</groupId>
    <artifactId>TinyPinyin</artifactId>
    <version>2.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.biezhi/TinyPinyin/
implementation 'io.github.biezhi:TinyPinyin:2.0.2'
// https://jarcasting.com/artifacts/io.github.biezhi/TinyPinyin/
implementation ("io.github.biezhi:TinyPinyin:2.0.2")
'io.github.biezhi:TinyPinyin:pom:2.0.2'
<dependency org="io.github.biezhi" name="TinyPinyin" rev="2.0.2">
  <artifact name="TinyPinyin" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.biezhi', module='TinyPinyin', version='2.0.2')
)
libraryDependencies += "io.github.biezhi" % "TinyPinyin" % "2.0.2"
[io.github.biezhi/TinyPinyin "2.0.2"]