| Категории |
КатегорииGUI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.twitter.penguin |
| Идентификатор | Идентификаторkorean-text |
| Версия | Версия4.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| korean-text-4.0.pom | |
| korean-text-4.0.jar | 3 MB |
| korean-text-4.0-sources.jar | 3 MB |
| korean-text-4.0-javadoc.jar | 94 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.twitter.penguin/korean-text/ -->
<dependency>
<groupId>com.twitter.penguin</groupId>
<artifactId>korean-text</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.penguin/korean-text/
implementation 'com.twitter.penguin:korean-text:4.0'
// https://jarcasting.com/artifacts/com.twitter.penguin/korean-text/
implementation ("com.twitter.penguin:korean-text:4.0")
'com.twitter.penguin:korean-text:jar:4.0'
<dependency org="com.twitter.penguin" name="korean-text" rev="4.0">
<artifact name="korean-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.penguin', module='korean-text', version='4.0')
)
libraryDependencies += "com.twitter.penguin" % "korean-text" % "4.0"
[com.twitter.penguin/korean-text "4.0"]