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