l

language-detection

Files download
File Operation
language-detection-5.1.0-1419.jar download
language-detection-5.1.0-1419.pom download
language-detection-5.1.0-1419-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cafdataprocessing</groupId>
  <artifactId>language-detection</artifactId>
  <version>5.1.0-1419</version>
</dependency>
Gradle Groovy
implementation 'com.github.cafdataprocessing:language-detection:5.1.0-1419'
Gradle Kotlin
implementation("com.github.cafdataprocessing:language-detection:5.1.0-1419")
Scala SBT
libraryDependencies += "com.github.cafdataprocessing" % "language-detection" % "5.1.0-1419"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafdataprocessing', module='language-detection', version='5.1.0-1419')
)
Apache Ivy
<dependency org="com.github.cafdataprocessing" name="language-detection" rev="5.1.0-1419" />
Leiningen
[com.github.cafdataprocessing/language-detection "5.1.0-1419"]
Apache Buildr
'com.github.cafdataprocessing:language-detection:jar:5.1.0-1419'