MVN

cn.minsin : mutils-pinyin

Maven & Gradle

Apr 01, 2020
1 usages
8 stars

mutils-pinyin · 借助pinyin4j将汉字转拼音的相关帮助类,进行了二次封装.

<dependency>
    <groupId>cn.minsin</groupId>
    <artifactId>mutils-pinyin</artifactId>
    <version>0.4.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.minsin : mutils-pinyin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0.RELEASE

All Versions

Choose a version of cn.minsin : mutils-pinyin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
mutils-pinyin-0.4.0.RELEASE
0.1.x
mutils-pinyin-0.1.5.RELEASE
mutils-pinyin-0.1.4.RELEASE
mutils-pinyin-0.1.2.RELEASE
mutils-pinyin-0.1.0.RELEASE
0.0.x
mutils-pinyin-0.0.9.RELEASE
mutils-pinyin-0.0.8.RELEASE
mutils-pinyin-0.0.7.RELEASE
mutils-pinyin-0.0.6.RELEASE
mutils-pinyin-0.0.5.RELEASE
mutils-pinyin-0.0.4.RELEASE
mutils-pinyin-0.0.3.RELEASE

How to add a dependency to Maven

Add the following cn.minsin : mutils-pinyin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.minsin</groupId>
    <artifactId>mutils-pinyin</artifactId>
    <version>0.4.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.minsin : mutils-pinyin gradle dependency to your build.gradle file:

implementation 'cn.minsin:mutils-pinyin:0.4.0.RELEASE'

Gradle Kotlin DSL: Add the following cn.minsin : mutils-pinyin gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.minsin:mutils-pinyin:0.4.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.minsin : mutils-pinyin sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.minsin" % "mutils-pinyin" % "0.4.0.RELEASE"

Advertisement