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