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