License |
License |
---|---|
GroupId | GroupIdorg.apache.lucene |
ArtifactId | ArtifactIdlucene-surround |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLucene Surround
Surround query parser
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lucene-surround-3.0.3.pom | |
lucene-surround-3.0.3.jar | 54 KB |
lucene-surround-3.0.3-sources.jar | 50 KB |
lucene-surround-3.0.3-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-surround/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-surround</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-surround/
implementation 'org.apache.lucene:lucene-surround:3.0.3'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-surround/
implementation ("org.apache.lucene:lucene-surround:3.0.3")
'org.apache.lucene:lucene-surround:jar:3.0.3'
<dependency org="org.apache.lucene" name="lucene-surround" rev="3.0.3">
<artifact name="lucene-surround" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-surround', version='3.0.3')
)
libraryDependencies += "org.apache.lucene" % "lucene-surround" % "3.0.3"
[org.apache.lucene/lucene-surround "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-core | jar | 3.0.3 |