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