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