MVN

com.hankcs : hanlp

Maven & Gradle

Feb 25, 2023
38 usages
32.1k stars

HanLP · 汉语言处理包

<dependency>
    <groupId>com.hankcs</groupId>
    <artifactId>hanlp</artifactId>
    <version>portable-1.8.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hankcs : hanlp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: portable-1.8.4

All Versions

Choose a version of com.hankcs : hanlp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
portable
hanlp-portable-1.8.4
hanlp-portable-1.8.3
hanlp-portable-1.8.2
hanlp-portable-1.8.1
hanlp-portable-1.8.0
hanlp-portable-1.7.8
hanlp-portable-1.7.7
hanlp-portable-1.7.6
hanlp-portable-1.7.5
hanlp-portable-1.7.4
hanlp-portable-1.7.3
hanlp-portable-1.7.2
hanlp-portable-1.7.1
hanlp-portable-1.7.0
hanlp-portable-1.6.8
hanlp-portable-1.6.7
hanlp-portable-1.6.6
hanlp-portable-1.6.5
hanlp-portable-1.6.4
hanlp-portable-1.6.3
hanlp-portable-1.6.2
hanlp-portable-1.6.1
hanlp-portable-1.6.0
hanlp-portable-1.5.4
hanlp-portable-1.5.3
hanlp-portable-1.5.2
hanlp-portable-1.5.1
hanlp-portable-1.5.0
hanlp-portable-1.4.0
hanlp-portable-1.3.5
hanlp-portable-1.3.4
hanlp-portable-1.3.3
hanlp-portable-1.3.2
hanlp-portable-1.3.1
hanlp-portable-1.3.0
hanlp-portable-1.2.11
hanlp-portable-1.2.10
hanlp-portable-1.2.9
hanlp-portable-1.2.8
hanlp-portable-1.2.7
hanlp-portable-1.2.4
hanlp-portable-1.2.2
hanlp-portable-1.1.5

How to add a dependency to Maven

Add the following com.hankcs : hanlp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hankcs</groupId>
    <artifactId>hanlp</artifactId>
    <version>portable-1.8.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hankcs : hanlp gradle dependency to your build.gradle file:

implementation 'com.hankcs:hanlp:portable-1.8.4'

Gradle Kotlin DSL: Add the following com.hankcs : hanlp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hankcs:hanlp:portable-1.8.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hankcs : hanlp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hankcs" % "hanlp" % "portable-1.8.4"

Advertisement