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