MVN

com.github.stuxuhai : jpinyin

Maven & Gradle

Oct 11, 2016
43 usages

jpinyin · a opensource java library for converting chinese to pinyin

<dependency>
    <groupId>com.github.stuxuhai</groupId>
    <artifactId>jpinyin</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stuxuhai : jpinyin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of com.github.stuxuhai : jpinyin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jpinyin-1.1.8
jpinyin-1.1.7
jpinyin-1.1.6
jpinyin-1.1.5
jpinyin-1.1.4
jpinyin-1.1.3
jpinyin-1.1.2
jpinyin-1.1.1
1.1
jpinyin-1.1
1.0
jpinyin-1.0

How to add a dependency to Maven

Add the following com.github.stuxuhai : jpinyin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.stuxuhai</groupId>
    <artifactId>jpinyin</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.stuxuhai : jpinyin gradle dependency to your build.gradle file:

implementation 'com.github.stuxuhai:jpinyin:1.1.8'

Gradle Kotlin DSL: Add the following com.github.stuxuhai : jpinyin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.stuxuhai:jpinyin:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.stuxuhai : jpinyin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.stuxuhai" % "jpinyin" % "1.1.8"

Advertisement