MVN

com.hankcs.hanlp.restful : hanlp-restful

Maven & Gradle

Apr 15, 2023
32.3k stars

HanLP RESTful Client in Java · HanLP: Han Language Processing

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

Latest Version

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

  • Latest Stable: 0.0.15

All Versions

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

Version Vulnerabilities Updated
0.0.x
hanlp-restful-0.0.15
hanlp-restful-0.0.14
hanlp-restful-0.0.13
hanlp-restful-0.0.12
hanlp-restful-0.0.11
hanlp-restful-0.0.10
hanlp-restful-0.0.9
hanlp-restful-0.0.8
hanlp-restful-0.0.7
hanlp-restful-0.0.6
hanlp-restful-0.0.5
hanlp-restful-0.0.4
hanlp-restful-0.0.3
hanlp-restful-0.0.2
hanlp-restful-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hankcs.hanlp.restful</groupId>
    <artifactId>hanlp-restful</artifactId>
    <version>0.0.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.hankcs.hanlp.restful:hanlp-restful:0.0.15'

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

implementation("com.hankcs.hanlp.restful:hanlp-restful:0.0.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.hankcs.hanlp.restful" % "hanlp-restful" % "0.0.15"