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