is not current version
Last Version 1.7.2

com.github.houbb:opencc4j 1.4.0

Opencc4j is an opensource project for conversion between Traditional Chinese and Simplified Chinese, supporting character-level conversion, phrase-level conversion for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

opencc4j
Version

Version

1.4.0
Type

Type

jar

Download opencc4j 1.4.0


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