| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.hankcs.hanlp.restful |
| Идентификатор | Идентификаторhanlp-restful |
| Последняя версия | Последняя версия0.0.10 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHanLP RESTful Client in Java
HanLP: Han Language Processing
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hanlp-restful-0.0.10.pom | |
| hanlp-restful-0.0.10.jar | 7 KB |
| hanlp-restful-0.0.10-sources.jar | 4 KB |
| hanlp-restful-0.0.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.hankcs.hanlp.restful/hanlp-restful/
implementation 'com.hankcs.hanlp.restful:hanlp-restful:0.0.10'
// https://jarcasting.com/artifacts/com.hankcs.hanlp.restful/hanlp-restful/
implementation ("com.hankcs.hanlp.restful:hanlp-restful:0.0.10")
'com.hankcs.hanlp.restful:hanlp-restful:jar:0.0.10'
<dependency org="com.hankcs.hanlp.restful" name="hanlp-restful" rev="0.0.10">
<artifact name="hanlp-restful" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hankcs.hanlp.restful', module='hanlp-restful', version='0.0.10')
)
libraryDependencies += "com.hankcs.hanlp.restful" % "hanlp-restful" % "0.0.10"
[com.hankcs.hanlp.restful/hanlp-restful "0.0.10"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | RELEASE |