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