| Группа | Группаcom.hankcs.hanlp.restful |
|---|---|
| Идентификатор | Идентификаторhanlp-restful |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hanlp-restful-0.0.1.pom | |
| hanlp-restful-0.0.1.jar | 7 KB |
| hanlp-restful-0.0.1-sources.jar | 4 KB |
| hanlp-restful-0.0.1-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.hankcs.hanlp.restful/hanlp-restful/ -->
<dependency>
<groupId>com.hankcs.hanlp.restful</groupId>
<artifactId>hanlp-restful</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hankcs.hanlp.restful/hanlp-restful/
implementation 'com.hankcs.hanlp.restful:hanlp-restful:0.0.1'
// https://jarcasting.com/artifacts/com.hankcs.hanlp.restful/hanlp-restful/
implementation ("com.hankcs.hanlp.restful:hanlp-restful:0.0.1")
'com.hankcs.hanlp.restful:hanlp-restful:jar:0.0.1'
<dependency org="com.hankcs.hanlp.restful" name="hanlp-restful" rev="0.0.1">
<artifact name="hanlp-restful" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hankcs.hanlp.restful', module='hanlp-restful', version='0.0.1')
)
libraryDependencies += "com.hankcs.hanlp.restful" % "hanlp-restful" % "0.0.1"
[com.hankcs.hanlp.restful/hanlp-restful "0.0.1"]