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