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