MVN

io.github.tokenjan : pinyin4j

Maven & Gradle

Jan 06, 2022
1 usages
5 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.tokenjan</groupId>
    <artifactId>pinyin4j</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.6.1

All Versions

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

Version Vulnerabilities Updated
2.6.x
pinyin4j-2.6.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.tokenjan</groupId>
    <artifactId>pinyin4j</artifactId>
    <version>2.6.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.tokenjan:pinyin4j:2.6.1'

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

implementation("io.github.tokenjan:pinyin4j:2.6.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.tokenjan" % "pinyin4j" % "2.6.1"

Advertisement