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