| Группа | Группаcom.github.houbb |
|---|---|
| Идентификатор | Идентификаторopencc4j |
| Версия | Версия1.5.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| opencc4j-1.5.1.pom | |
| opencc4j-1.5.1.jar | 468 KB |
| opencc4j-1.5.1-sources.jar | 465 KB |
| opencc4j-1.5.1-javadoc.jar | 244 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/opencc4j/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>opencc4j</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/opencc4j/
implementation 'com.github.houbb:opencc4j:1.5.1'
// https://jarcasting.com/artifacts/com.github.houbb/opencc4j/
implementation ("com.github.houbb:opencc4j:1.5.1")
'com.github.houbb:opencc4j:jar:1.5.1'
<dependency org="com.github.houbb" name="opencc4j" rev="1.5.1">
<artifact name="opencc4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='opencc4j', version='1.5.1')
)
libraryDependencies += "com.github.houbb" % "opencc4j" % "1.5.1"
[com.github.houbb/opencc4j "1.5.1"]