| Категории |
КатегорииДанные |
|---|---|
| Группа | Группаcom.github.cafdataprocessing |
| Идентификатор | Идентификаторlanguage-detection |
| Версия | Версия2.0.0-6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| language-detection-2.0.0-6.pom | |
| language-detection-2.0.0-6.jar | 7 KB |
| language-detection-2.0.0-6-sources.jar | 8 KB |
| language-detection-2.0.0-6-javadoc.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/language-detection/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>language-detection</artifactId>
<version>2.0.0-6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/language-detection/
implementation 'com.github.cafdataprocessing:language-detection:2.0.0-6'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/language-detection/
implementation ("com.github.cafdataprocessing:language-detection:2.0.0-6")
'com.github.cafdataprocessing:language-detection:jar:2.0.0-6'
<dependency org="com.github.cafdataprocessing" name="language-detection" rev="2.0.0-6">
<artifact name="language-detection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='language-detection', version='2.0.0-6')
)
libraryDependencies += "com.github.cafdataprocessing" % "language-detection" % "2.0.0-6"
[com.github.cafdataprocessing/language-detection "2.0.0-6"]