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