| Категории |
КатегорииKotlin Языки программирования |
|---|---|
| Группа | Группаcom.kotlinnlp |
| Идентификатор | Идентификаторhanclassifier |
| Версия | Версия0.6.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hanclassifier-0.6.1.pom | |
| hanclassifier-0.6.1.jar | 66 KB |
| hanclassifier-0.6.1-sources.jar | 21 KB |
| hanclassifier-0.6.1-javadoc.jar | 78 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.kotlinnlp/hanclassifier/ -->
<dependency>
<groupId>com.kotlinnlp</groupId>
<artifactId>hanclassifier</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinnlp/hanclassifier/
implementation 'com.kotlinnlp:hanclassifier:0.6.1'
// https://jarcasting.com/artifacts/com.kotlinnlp/hanclassifier/
implementation ("com.kotlinnlp:hanclassifier:0.6.1")
'com.kotlinnlp:hanclassifier:jar:0.6.1'
<dependency org="com.kotlinnlp" name="hanclassifier" rev="0.6.1">
<artifact name="hanclassifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinnlp', module='hanclassifier', version='0.6.1')
)
libraryDependencies += "com.kotlinnlp" % "hanclassifier" % "0.6.1"
[com.kotlinnlp/hanclassifier "0.6.1"]