| GroupId | GroupIdcom.hankcs.nlp |
|---|---|
| ArtifactId | ArtifactIdhanlp-lucene-plugin |
| Version | Version1.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hanlp-lucene-plugin-1.1.4.pom | |
| hanlp-lucene-plugin-1.1.4.jar | 15 KB |
| hanlp-lucene-plugin-1.1.4-sources.jar | 9 KB |
| hanlp-lucene-plugin-1.1.4-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hankcs.nlp/hanlp-lucene-plugin/ -->
<dependency>
<groupId>com.hankcs.nlp</groupId>
<artifactId>hanlp-lucene-plugin</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.hankcs.nlp/hanlp-lucene-plugin/
implementation 'com.hankcs.nlp:hanlp-lucene-plugin:1.1.4'
// https://jarcasting.com/artifacts/com.hankcs.nlp/hanlp-lucene-plugin/
implementation ("com.hankcs.nlp:hanlp-lucene-plugin:1.1.4")
'com.hankcs.nlp:hanlp-lucene-plugin:jar:1.1.4'
<dependency org="com.hankcs.nlp" name="hanlp-lucene-plugin" rev="1.1.4">
<artifact name="hanlp-lucene-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hankcs.nlp', module='hanlp-lucene-plugin', version='1.1.4')
)
libraryDependencies += "com.hankcs.nlp" % "hanlp-lucene-plugin" % "1.1.4"
[com.hankcs.nlp/hanlp-lucene-plugin "1.1.4"]