MVN

io.github.wnjustdoit : pinyin4j

Maven & Gradle

Jun 20, 2020
10 stars

Chinese to Pinyin · Support Chinese character (both Simplified and Tranditional) to most popular Pinyin systems, including Hanyu Pinyin, Tongyong Pinyin, Wade-Giles, MPS2, Yale and Gwoyeu Romatzyh. Support multiple pronounciations and customized output.

<dependency>
    <groupId>io.github.wnjustdoit</groupId>
    <artifactId>pinyin4j</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.wnjustdoit : pinyin4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of io.github.wnjustdoit : pinyin4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
pinyin4j-2.6.0
1.0.x
pinyin4j-1.0.0

How to add a dependency to Maven

Add the following io.github.wnjustdoit : pinyin4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.wnjustdoit</groupId>
    <artifactId>pinyin4j</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.wnjustdoit : pinyin4j gradle dependency to your build.gradle file:

implementation 'io.github.wnjustdoit:pinyin4j:2.6.0'

Gradle Kotlin DSL: Add the following io.github.wnjustdoit : pinyin4j gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.wnjustdoit:pinyin4j:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.wnjustdoit : pinyin4j sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.wnjustdoit" % "pinyin4j" % "2.6.0"

Advertisement