GroupId | GroupIdorg.apache.lucene |
---|---|
ArtifactId | ArtifactIdlucene-fast-vector-highlighter |
Version | Version2.9.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-fast-vector-highlighter/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-fast-vector-highlighter</artifactId>
<version>2.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-fast-vector-highlighter/
implementation 'org.apache.lucene:lucene-fast-vector-highlighter:2.9.1'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-fast-vector-highlighter/
implementation ("org.apache.lucene:lucene-fast-vector-highlighter:2.9.1")
'org.apache.lucene:lucene-fast-vector-highlighter:jar:2.9.1'
<dependency org="org.apache.lucene" name="lucene-fast-vector-highlighter" rev="2.9.1">
<artifact name="lucene-fast-vector-highlighter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-fast-vector-highlighter', version='2.9.1')
)
libraryDependencies += "org.apache.lucene" % "lucene-fast-vector-highlighter" % "2.9.1"
[org.apache.lucene/lucene-fast-vector-highlighter "2.9.1"]