| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаcom.github.cafdataprocessing |
| Идентификатор | Идентификаторlanguage-detection |
| Последняя версия | Последняя версия3.5.2-1079 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеA worker for interpreting the languages used in a given input
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/language-detection/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>language-detection</artifactId>
<version>3.5.2-1079</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/language-detection/
implementation 'com.github.cafdataprocessing:language-detection:3.5.2-1079'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/language-detection/
implementation ("com.github.cafdataprocessing:language-detection:3.5.2-1079")
'com.github.cafdataprocessing:language-detection:jar:3.5.2-1079'
<dependency org="com.github.cafdataprocessing" name="language-detection" rev="3.5.2-1079">
<artifact name="language-detection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='language-detection', version='3.5.2-1079')
)
libraryDependencies += "com.github.cafdataprocessing" % "language-detection" % "3.5.2-1079"
[com.github.cafdataprocessing/language-detection "3.5.2-1079"]