GroupId | GroupIdorg.apache.lucene |
---|---|
ArtifactId | ArtifactIdlucene-fast-vector-highlighter |
Version | Version3.0.0 |
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>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-fast-vector-highlighter/
implementation 'org.apache.lucene:lucene-fast-vector-highlighter:3.0.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-fast-vector-highlighter/
implementation ("org.apache.lucene:lucene-fast-vector-highlighter:3.0.0")
'org.apache.lucene:lucene-fast-vector-highlighter:jar:3.0.0'
<dependency org="org.apache.lucene" name="lucene-fast-vector-highlighter" rev="3.0.0">
<artifact name="lucene-fast-vector-highlighter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-fast-vector-highlighter', version='3.0.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-fast-vector-highlighter" % "3.0.0"
[org.apache.lucene/lucene-fast-vector-highlighter "3.0.0"]