Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIdlanguage-detection-cld2 |
Version | Version2.5.0-85 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/language-detection-cld2/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>language-detection-cld2</artifactId>
<version>2.5.0-85</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/language-detection-cld2/
implementation 'com.github.cafdataprocessing:language-detection-cld2:2.5.0-85'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/language-detection-cld2/
implementation ("com.github.cafdataprocessing:language-detection-cld2:2.5.0-85")
'com.github.cafdataprocessing:language-detection-cld2:jar:2.5.0-85'
<dependency org="com.github.cafdataprocessing" name="language-detection-cld2" rev="2.5.0-85">
<artifact name="language-detection-cld2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='language-detection-cld2', version='2.5.0-85')
)
libraryDependencies += "com.github.cafdataprocessing" % "language-detection-cld2" % "2.5.0-85"
[com.github.cafdataprocessing/language-detection-cld2 "2.5.0-85"]