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