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