| License |
License |
|---|---|
| GroupId | GroupIdcom.hankcs.hanlp.restful |
| ArtifactId | ArtifactIdhanlp-restful |
| Version | Version0.0.7 |
| Type | Typejar |
| Description |
DescriptionHanLP RESTful Client in Java
HanLP: Han Language Processing
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| hanlp-restful-0.0.7.pom | |
| hanlp-restful-0.0.7.jar | 10 KB |
| hanlp-restful-0.0.7-sources.jar | 7 KB |
| hanlp-restful-0.0.7-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hankcs.hanlp.restful/hanlp-restful/ -->
<dependency>
<groupId>com.hankcs.hanlp.restful</groupId>
<artifactId>hanlp-restful</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.hankcs.hanlp.restful/hanlp-restful/
implementation 'com.hankcs.hanlp.restful:hanlp-restful:0.0.7'
// https://jarcasting.com/artifacts/com.hankcs.hanlp.restful/hanlp-restful/
implementation ("com.hankcs.hanlp.restful:hanlp-restful:0.0.7")
'com.hankcs.hanlp.restful:hanlp-restful:jar:0.0.7'
<dependency org="com.hankcs.hanlp.restful" name="hanlp-restful" rev="0.0.7">
<artifact name="hanlp-restful" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hankcs.hanlp.restful', module='hanlp-restful', version='0.0.7')
)
libraryDependencies += "com.hankcs.hanlp.restful" % "hanlp-restful" % "0.0.7"
[com.hankcs.hanlp.restful/hanlp-restful "0.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | RELEASE |