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