w

worker-languagedetection-container

文件下载
文件名 操作
worker-languagedetection-container-3.5.0-935.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.cafdataprocessing</groupId>
  <artifactId>worker-languagedetection-container</artifactId>
  <version>3.5.0-935</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.cafdataprocessing:worker-languagedetection-container:3.5.0-935'
Gradle Kotlin
implementation("com.github.cafdataprocessing:worker-languagedetection-container:3.5.0-935")
Scala SBT
libraryDependencies += "com.github.cafdataprocessing" % "worker-languagedetection-container" % "3.5.0-935"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafdataprocessing', module='worker-languagedetection-container', version='3.5.0-935')
)
Apache Ivy
<dependency org="com.github.cafdataprocessing" name="worker-languagedetection-container" rev="3.5.0-935" />
Leiningen
[com.github.cafdataprocessing/worker-languagedetection-container "3.5.0-935"]
Apache Buildr
'com.github.cafdataprocessing:worker-languagedetection-container:jar:3.5.0-935'