GroupId | GroupIdorg.apache.lucene |
---|---|
ArtifactId | ArtifactIdlucene-surround |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
lucene-surround-2.3.2.pom | |
lucene-surround-2.3.2.jar | 52 KB |
lucene-surround-2.3.2-sources.jar | 46 KB |
lucene-surround-2.3.2-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-surround/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-surround</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-surround/
implementation 'org.apache.lucene:lucene-surround:2.3.2'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-surround/
implementation ("org.apache.lucene:lucene-surround:2.3.2")
'org.apache.lucene:lucene-surround:jar:2.3.2'
<dependency org="org.apache.lucene" name="lucene-surround" rev="2.3.2">
<artifact name="lucene-surround" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-surround', version='2.3.2')
)
libraryDependencies += "org.apache.lucene" % "lucene-surround" % "2.3.2"
[org.apache.lucene/lucene-surround "2.3.2"]