GroupId | GroupIdcom.hankcs.nlp |
---|---|
ArtifactId | ArtifactIdhanlp-lucene-plugin |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
hanlp-lucene-plugin-1.1.5.pom | |
hanlp-lucene-plugin-1.1.5.jar | 15 KB |
hanlp-lucene-plugin-1.1.5-sources.jar | 9 KB |
hanlp-lucene-plugin-1.1.5-javadoc.jar | 49 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.hankcs.nlp/hanlp-lucene-plugin/
implementation 'com.hankcs.nlp:hanlp-lucene-plugin:1.1.5'
// https://jarcasting.com/artifacts/com.hankcs.nlp/hanlp-lucene-plugin/
implementation ("com.hankcs.nlp:hanlp-lucene-plugin:1.1.5")
'com.hankcs.nlp:hanlp-lucene-plugin:jar:1.1.5'
<dependency org="com.hankcs.nlp" name="hanlp-lucene-plugin" rev="1.1.5">
<artifact name="hanlp-lucene-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hankcs.nlp', module='hanlp-lucene-plugin', version='1.1.5')
)
libraryDependencies += "com.hankcs.nlp" % "hanlp-lucene-plugin" % "1.1.5"
[com.hankcs.nlp/hanlp-lucene-plugin "1.1.5"]