| GroupId | GroupIdcom.hankcs.hanlp.restful |
|---|---|
| ArtifactId | ArtifactIdhanlp-restful |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hanlp-restful-0.0.3.pom | |
| hanlp-restful-0.0.3.jar | 7 KB |
| hanlp-restful-0.0.3-sources.jar | 4 KB |
| hanlp-restful-0.0.3-javadoc.jar | 40 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hankcs.hanlp.restful/hanlp-restful/
implementation 'com.hankcs.hanlp.restful:hanlp-restful:0.0.3'
// https://jarcasting.com/artifacts/com.hankcs.hanlp.restful/hanlp-restful/
implementation ("com.hankcs.hanlp.restful:hanlp-restful:0.0.3")
'com.hankcs.hanlp.restful:hanlp-restful:jar:0.0.3'
<dependency org="com.hankcs.hanlp.restful" name="hanlp-restful" rev="0.0.3">
<artifact name="hanlp-restful" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hankcs.hanlp.restful', module='hanlp-restful', version='0.0.3')
)
libraryDependencies += "com.hankcs.hanlp.restful" % "hanlp-restful" % "0.0.3"
[com.hankcs.hanlp.restful/hanlp-restful "0.0.3"]