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